1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Steam demo

This commit is contained in:
tobspr
2022-03-07 09:56:11 +01:00
parent 4e5e5c8ef7
commit 7ade7946dc
12 changed files with 62 additions and 358 deletions

View File

@@ -151,10 +151,10 @@ function gulptasksStandalone($, gulp) {
asar: asar,
executableName: "shapezio",
icon: path.join(electronBaseDir, "favicon"),
name: "shapez.io-standalone" + suffix,
name: "shapez.io-demo" + suffix,
out: tempDestDir,
overwrite: true,
appBundleId: "io.shapez.standalone",
appBundleId: "io.shapez.demo",
appCategoryType: "public.app-category.games",
}).then(
appPaths => {