From 611de6db193bcb17f3dfee26cfad265232b03dce Mon Sep 17 00:00:00 2001 From: meliurwen Date: Tue, 23 Nov 2021 12:23:18 +0100 Subject: [PATCH] Updated build --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 7e56999..c8a077c 100755 --- a/src/build.sh +++ b/src/build.sh @@ -22,7 +22,7 @@ apt-get -qq -y --no-install-recommends install binutils > /dev/null echo "Packaging dependencies installed." echo "Building the app..." -NODE_ENV=production npm run build +npm run build NO_ASAR=true npm run pack:generate_config echo "App built successfully."