mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
prepare for v1 release
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
# ignore node_modules
|
||||
node_modules
|
||||
*.secret.json
|
||||
apple_private_key.p8
|
||||
apple_private_key.p8
|
||||
musicplayerv2-server.zip
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "musicplayerv2",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"maintainers": [
|
||||
"Janis Hutz <development@janishutz.com>"
|
||||
],
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user