Version 1.0-DEV

This commit is contained in:
CICD - Pipeline 2023-04-26 23:29:57 +02:00
parent 3edfea1dbc
commit a0879be3b4
3 changed files with 2729 additions and 75 deletions

View File

@ -1,4 +0,0 @@
appId: fr.raphix.submanager
publish:
provider: gitea
token: c6ba721f1224c4b0170725495030bef9045cf42e

2793
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,10 @@
{ {
"name": "subsonics-manager", "name": "subsonics-manager",
"version": "DEV 1.0", "version": "1.0",
"description": "Manager for subsonics", "description": "Manager for subsonics",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron ."
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,6 +15,7 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"electron": "^24.1.2", "electron": "^24.1.2",
"electron-builder": "^23.6.0",
"electron-updater": "^5.3.0", "electron-updater": "^5.3.0",
"nodemon": "^2.0.22", "nodemon": "^2.0.22",
"socket.io-client": "^4.6.1" "socket.io-client": "^4.6.1"