alpha: action completion

This commit is contained in:
rumblefrog 2019-11-15 04:37:59 -05:00
parent 69ac4495f7
commit 9e618dca95
No known key found for this signature in database
GPG key ID: 462F405E7D61ED35
159 changed files with 27230 additions and 61 deletions

5
lib/constants.js Normal file
View file

@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENDPOINT = 'https://www.sourcemod.net/smdrop';
exports.MM_REGEX = /href="(.*?)"/g;
exports.BUILD_REGEX = /href="sourcemod-[0-9]+.[0-9]+.[0-9]+-git([0-9]+)-(linux|windows|mac).(.*?)"/g;