prepare for v1 release

This commit is contained in:
janis
2024-02-01 16:16:20 +01:00
parent bd42e65f31
commit b80d305843
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# ignore node_modules
node_modules
*.secret.json
apple_private_key.p8
apple_private_key.p8
musicplayerv2-server.zip

View File

@@ -1,6 +1,6 @@
{
"name": "musicplayerv2",
"version": "0.1.0",
"version": "1.0.0",
"maintainers": [
"Janis Hutz <development@janishutz.com>"
],

View File

@@ -1,4 +1,7 @@
cd frontend/
npm i
npm run electron:build -- --linux deb rpm --win nsis
npm run electron:build -- --linux deb rpm --win nsis
cd ..
zip -9r musicplayerv2-server.zip backend