mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 21:14:22 +00:00
prepare for v1 release
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
*.secret.json
|
*.secret.json
|
||||||
apple_private_key.p8
|
apple_private_key.p8
|
||||||
|
musicplayerv2-server.zip
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "musicplayerv2",
|
"name": "musicplayerv2",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Janis Hutz <development@janishutz.com>"
|
"Janis Hutz <development@janishutz.com>"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,3 +2,6 @@ cd frontend/
|
|||||||
npm i
|
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