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