MISC: Follow up to #2784 (#2788)

This commit is contained in:
catloversg
2026-05-20 04:44:24 +07:00
committed by GitHub
parent e0d8a3e201
commit 6095f2e1ac
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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
-1
View File
@@ -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