From 6df444636967ceba3a46ac6e6f677b6aec90e739 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 14 Jul 2021 18:45:57 +0200 Subject: [PATCH] Update build script for easier development on Linux --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index feb23a5..ec70316 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ -npm i -npm run make +npm run package +./dist/linux-unpacked/armcord