mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 10:31:33 -08:00
Support for GOG
This commit is contained in:
parent
81e3d2ba76
commit
400ee8e737
12 changed files with 1008 additions and 5 deletions
|
|
@ -8,7 +8,8 @@
|
|||
* buildArgs: {
|
||||
* chineseVersion?: boolean,
|
||||
* wegameVersion?: boolean,
|
||||
* steamDemo?: boolean
|
||||
* steamDemo?: boolean,
|
||||
* gogVersion?: boolean
|
||||
* }}>}
|
||||
*/
|
||||
const BUILD_VARIANTS = {
|
||||
|
|
@ -62,5 +63,12 @@ const BUILD_VARIANTS = {
|
|||
wegameVersion: true,
|
||||
},
|
||||
},
|
||||
"standalone-gog": {
|
||||
standalone: true,
|
||||
electronBaseDir: "electron_gog",
|
||||
buildArgs: {
|
||||
gogVersion: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
module.exports = { BUILD_VARIANTS };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue