From 6095f2e1ace36b7e51897406f56ed7cc73cf306b Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Wed, 20 May 2026 04:44:24 +0700 Subject: [PATCH] MISC: Follow up to #2784 (#2788) --- tools/build.sh | 1 + tools/package-electron.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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