Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
houdunwang committed Feb 10, 2024
1 parent 694880e commit d1d0967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mac:
icon: build/icon.icns
target:
- zip
- pkg
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdunren-camera",
"version": "1.0.74",
"version": "1.0.75",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand All @@ -17,9 +17,9 @@
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run build && electron-builder --win --config --publish never",
"build:mac": "npm run build && electron-builder --mac --config --publish never",
"build:linux": "npm run build && electron-builder --linux --config --publish never",
"build:mac-mas": "npm run build && electron-builder --arm64 --mac --config electron-builder-mas.yml --publish never"
"build:mac": "npm run build && electron-builder --mac --arm64 --config --publish never",
"build:mac-mas": "npm run build && electron-builder --mac --config electron-builder-mas.yml --publish never"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
Expand Down

0 comments on commit d1d0967

Please sign in to comment.