forked from ayunami2000/eaglercraftx-replit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildconf.json
23 lines (23 loc) · 889 Bytes
/
buildconf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"repositoryFolder": "/home/runner/eaglercraftx/eaglercraftx",
"modCoderPack": "/tmp/mcp918.zip",
"minecraftJar": "/tmp/1.8.8.jar",
"assetsIndex": "/tmp/1.8.json",
"outputDirectory": "/tmp/output",
"temporaryDirectory": "/tmp/##EAGLER.TEMP##",
"ffmpeg": "ffmpeg",
"productionIndex": "/home/runner/eaglercraftx/eaglercraftx/buildtools/production-index-ext.html",
"productionFavicon": "/home/runner/eaglercraftx/eaglercraftx/buildtools/production-favicon.png",
"addScripts": [
"eaglercraft_opts.js"
],
"removeScripts": [],
"injectInOffline": [],
"mavenURL": "https://repo1.maven.org/maven2/",
"mavenLocal": "/tmp/teavm",
"generateOfflineDownload": true,
"offlineDownloadTemplate": "/home/runner/eaglercraftx/eaglercraftx/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt",
"keepTemporaryFiles": false,
"writeSourceMap": true,
"minifying": true
}