mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-05-29 04:12:08 +02:00
alpha: action completion
This commit is contained in:
parent
69ac4495f7
commit
9e618dca95
159 changed files with 27230 additions and 61 deletions
lib
5
lib/constants.js
Normal file
5
lib/constants.js
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue