From b80d3058439867a9b57df70301915c419fcc8498 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 1 Feb 2024 16:16:20 +0100 Subject: [PATCH] prepare for v1 release --- .gitignore | 3 ++- frontend/package.json | 2 +- package.sh | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a80a560..b1b5db6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ignore node_modules node_modules *.secret.json -apple_private_key.p8 \ No newline at end of file +apple_private_key.p8 +musicplayerv2-server.zip \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 8efd48e..702f66e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "musicplayerv2", - "version": "0.1.0", + "version": "1.0.0", "maintainers": [ "Janis Hutz " ], diff --git a/package.sh b/package.sh index a52e998..b095a55 100755 --- a/package.sh +++ b/package.sh @@ -1,4 +1,7 @@ cd frontend/ npm i -npm run electron:build -- --linux deb rpm --win nsis \ No newline at end of file +npm run electron:build -- --linux deb rpm --win nsis + +cd .. +zip -9r musicplayerv2-server.zip backend \ No newline at end of file