Skip to content

Commit 81e3d71

Browse files
committed
version
1 parent 19065de commit 81e3d71

File tree

3 files changed

+7
-236
lines changed

3 files changed

+7
-236
lines changed

assets/icon.png

5.48 KB
Loading

package-lock.json

+2-231
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "photo-viewer",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "An image/GIF viewer that can apply various resizing and color effects.",
55
"main": "dist/main.js",
66
"scripts": {
@@ -9,9 +9,9 @@
99
"build": "npm run clean ./build && webpack && electron-builder -p never",
1010
"rebuild": "npm rebuild --runtime=electron --target=14.0.0 --disturl=https://atom.io/download/atom-shell --abi=89",
1111
"release": "npm run release:mac && npm run release:win && npm run release:linux",
12-
"release:mac": "npm run clean ./build && webpack && npm run sharp:mac && electron-builder -m -p always",
13-
"release:win": "npm run clean ./build && webpack && npm run sharp:win && electron-builder -w -p always",
14-
"release:linux": "npm run clean ./build && webpack && npm run sharp:linux && electron-builder -l -p always",
12+
"release:mac": "npm run clean ./build && webpack && npm run sharp:mac && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder -m -p always",
13+
"release:win": "npm run clean ./build && webpack && npm run sharp:win && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder -w -p always",
14+
"release:linux": "npm run clean ./build && webpack && npm run sharp:linux && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder -l -p always",
1515
"sharp:mac": "del-cli ./node_modules/sharp && npm install --platform=darwin --arch=arm64 sharp",
1616
"sharp:win": "del-cli ./node_modules/sharp && npm install --platform=win32 --arch=x64 sharp",
1717
"sharp:linux": "del-cli ./node_modules/sharp && npm install --platform=linux --arch=x64 sharp"
@@ -40,7 +40,7 @@
4040
"mac": {
4141
"target": {
4242
"target": "dmg",
43-
"arch": "x64"
43+
"arch": "arm64"
4444
},
4545
"category": "public.app-category.graphics-design"
4646
},

0 commit comments

Comments
 (0)