Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilSpartans committed Jan 4, 2024
1 parent 45d7171 commit 37c9ecd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jobibox",
"version": "1.0.1",
"version": "1.0.0",
"description": "La cabine accoustique pour créer un cv vidéo",
"repository": "https://github.com/EvilSpartans/JobiBox",
"main": "main.js",
Expand All @@ -12,7 +12,7 @@
"dist": "electron-builder",
"make:linux": "electron-builder --linux",
"make:macos": "electron-builder --mac",
"make:win": "electron-builder --win --x64"
"make:win": "electron-builder --win --x64 --publish always"
},
"author": "Jobissim",
"license": "ISC",
Expand All @@ -30,10 +30,8 @@
"appId": "com.jobibox",
"publish": {
"provider": "github",
"repo": "https://github.com/EvilSpartans/JobiBox",
"owner": "EvilSpartans",
"private": false,
"releaseType": "release"
"repo": "JobiBox"
},
"files": [
"build/**/*",
Expand Down Expand Up @@ -68,10 +66,8 @@
"win": {
"publish": {
"provider": "github",
"repo": "https://github.com/EvilSpartans/JobiBox",
"owner": "EvilSpartans",
"private": false,
"releaseType": "release"
"repo": "JobiBox"
},
"icon": "assets/images/logowin.png",
"target": [
Expand Down

0 comments on commit 37c9ecd

Please sign in to comment.