From 711980db10614b8c9f5cc322f0598b86bb692051 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Mon, 29 Jan 2024 18:39:02 +0300 Subject: [PATCH] Path fix --- repack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repack.sh b/repack.sh index 9196dc5..695c9e5 100755 --- a/repack.sh +++ b/repack.sh @@ -98,7 +98,7 @@ npm install --save-dev @electron-forge/cli npx electron-forge import echo Copy forge.config.js and desktop.ejs... -cp forge.config.js desktop.ejs ./app +cp ../forge.config.js ../desktop.ejs . update_license=0 if prompt_yes_no "In order to build the app we'll need to update the license field in package.json. Continue?"; then