Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Jul 12, 2024
1 parent 77a2465 commit a9422ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "udeler",
"productName": "Udeler",
"version": "1.12.12",
"version": "1.13.0",
"description": "A cross platform (Windows, Mac, Linux) desktop application for downloading Udemy Courses.",
"main": "main.js",
"type": "commonjs",
Expand All @@ -26,7 +26,8 @@
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder",
"build:w32": "electron-builder -w \"--ia32\"",
"deploy": "node ./cmd/modules/release/index.js",
"deploy": "node ./node_modules/gh_deploy/index.js",
"deploy2": "node ./cmd/modules/release/index.js",
"prebuild:local": "node ./cmd/prebuild.js",
"build:local": "npm run build && npm run build:w32",
"sync:locales": "node ./sync-locales.js"
Expand All @@ -47,8 +48,7 @@
"electron": "11.5.0",
"electron-builder": "^24.1.1",
"electron-reload": "^2.0.0-alpha.1",
"open": "8.4.2",
"semver": "^7.6.2"
"gh_deploy": "github:heliomarpm/gh_deploy"
},
"build": {
"appId": "com.faisalumair.udeler",
Expand Down Expand Up @@ -81,4 +81,4 @@
]
}
}
}
}

0 comments on commit a9422ab

Please sign in to comment.