Skip to content

Commit

Permalink
Added Dark mode, edited Always on top.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhApps committed Aug 6, 2023
1 parent ca553cd commit 07faf35
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 33 deletions.
2 changes: 1 addition & 1 deletion notarize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { notarize } = require('electron-notarize')
const { notarize } = require('@electron/notarize')
const path = require('path')

exports.default = async function notarizing(context) {
Expand Down
91 changes: 85 additions & 6 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/app.js",
"scripts": {
"start": "npx electron .",
"pack": "npx electron-builder -m -w zip nsis -l tar.xz deb",
"pack": "electron-builder -m -w zip nsis -l tar.xz deb",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand All @@ -20,7 +20,7 @@
"appId": "dev.yuhapps.clippiez",
"afterSign": "./notarize.js",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"asar": false,
"asar": true,
"mac": {
"notarize": false
},
Expand All @@ -34,7 +34,8 @@
"author": "Yuh Apps <[email protected]>",
"license": "ISC",
"devDependencies": {
"electron": "^25.3.1",
"@electron/notarize": "^2.1.0",
"electron": "^25.4.0",
"electron-builder": "^24.6.3"
}
}
Loading

0 comments on commit 07faf35

Please sign in to comment.