diff --git a/tools/build.sh b/tools/build.sh index 3bb3859bc..ea9f50c14 100644 --- a/tools/build.sh +++ b/tools/build.sh @@ -9,5 +9,6 @@ mkdir .app # Should be all the files needed. cp index.html .app +cp export.html .app cp favicon.ico .app cp -r dist .app diff --git a/tools/package-electron.sh b/tools/package-electron.sh index fbf718529..a78fc2ba7 100755 --- a/tools/package-electron.sh +++ b/tools/package-electron.sh @@ -12,7 +12,6 @@ npm install cd .. # .app should have the fully built game already after npm run build -cp export.html .package cp -r .app/* .package cp -r electron/* .package