mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix darwin builds on gog
This commit is contained in:
parent
b0c9894bf6
commit
c77e428ffb
@ -215,6 +215,9 @@ function gulptasksStandalone($, gulp) {
|
|||||||
() => {
|
() => {
|
||||||
const appFile = path.join(tempDestDir, "shapez-darwin-x64");
|
const appFile = path.join(tempDestDir, "shapez-darwin-x64");
|
||||||
const appFileInner = path.join(appFile, "shapez.app");
|
const appFileInner = path.join(appFile, "shapez.app");
|
||||||
|
console.warn("++ Signing ++");
|
||||||
|
|
||||||
|
if (variantData.steamAppId) {
|
||||||
const appIdDest = path.join(
|
const appIdDest = path.join(
|
||||||
path.join(appFileInner, "Contents", "MacOS"),
|
path.join(appFileInner, "Contents", "MacOS"),
|
||||||
"steam_appid.txt"
|
"steam_appid.txt"
|
||||||
@ -222,7 +225,6 @@ function gulptasksStandalone($, gulp) {
|
|||||||
// console.warn("++ Preparing ++");
|
// console.warn("++ Preparing ++");
|
||||||
// fse.copySync(path.join(tempDestBuildDir, "steam_appid.txt"), appIdDest);
|
// fse.copySync(path.join(tempDestBuildDir, "steam_appid.txt"), appIdDest);
|
||||||
|
|
||||||
console.warn("++ Signing ++");
|
|
||||||
console.warn("Signing steam_appid.txt");
|
console.warn("Signing steam_appid.txt");
|
||||||
|
|
||||||
execSync(
|
execSync(
|
||||||
@ -233,6 +235,7 @@ function gulptasksStandalone($, gulp) {
|
|||||||
cwd: appFile,
|
cwd: appFile,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
console.warn("Base dir:", appFile);
|
console.warn("Base dir:", appFile);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user