Skip to content

Commit ce156bc

Browse files
Disable asar
1 parent bb6e5e5 commit ce156bc

3 files changed

Lines changed: 1352 additions & 740 deletions

File tree

forge.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const longDescription = `Swach is a powerful color management tool designed for
2222

2323
const config: ForgeConfig = {
2424
packagerConfig: {
25-
asar: true,
2625
darwinDarkModeSupport: true,
2726
icon: 'electron-app/resources/icon',
2827
name: 'Swach',

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@orbit/records": "^0.17.0",
5757
"@orbit/serializers": "^0.17.0",
5858
"@orbit/utils": "^0.17.0",
59-
"@sentry/electron": "^7.6.0",
60-
"@sentry/ember": "^10.36.0",
59+
"@sentry/electron": "^7.7.0",
60+
"@sentry/ember": "^10.37.0",
6161
"aws4fetch": "^1.0.20",
6262
"color-name-list": "^14.29.0",
6363
"decorator-transforms": "^2.3.1",
@@ -134,15 +134,15 @@
134134
"@types/node": "^25.0.10",
135135
"@types/qunit": "^2.19.13",
136136
"@types/sinon": "^21.0.0",
137-
"@vitest/ui": "^4.0.17",
137+
"@vitest/ui": "^4.0.18",
138138
"babel-plugin-ember-template-compilation": "^2.4.1",
139139
"babel-preset-env": "^1.7.0",
140140
"broccoli-asset-rev": "^3.0.0",
141141
"concurrently": "^9.2.1",
142142
"cross-env": "^10.1.0",
143143
"electron": "^40.0.0",
144144
"ember-auto-import": "^2.12.0",
145-
"ember-cli": "^6.9.1",
145+
"ember-cli": "^6.10.0",
146146
"ember-cli-babel": "^8.2.0",
147147
"ember-cli-clean-css": "^3.0.0",
148148
"ember-cli-dependency-checker": "^3.3.3",
@@ -164,7 +164,7 @@
164164
"eslint-plugin-ember": "^12.7.5",
165165
"eslint-plugin-n": "^17.23.2",
166166
"eslint-plugin-qunit": "^8.2.5",
167-
"globals": "^17.1.0",
167+
"globals": "^17.2.0",
168168
"indexeddb-export-import": "^2.1.5",
169169
"loader.js": "^4.7.0",
170170
"nearest-color": "^0.4.4",
@@ -185,7 +185,7 @@
185185
"typescript-eslint": "^8.54.0",
186186
"vite": "^7.3.1",
187187
"vite-plugin-testem-electron": "^1.1.1",
188-
"vitest": "^4.0.17",
188+
"vitest": "^4.0.18",
189189
"wcag-contrast": "^3.0.0"
190190
},
191191
"packageManager": "pnpm@10.27.0",

0 commit comments

Comments
 (0)