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 d1d0967 commit 3e7785b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ 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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdunren-camera",
"version": "1.0.75",
"version": "1.0.76",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand All @@ -18,7 +18,8 @@
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run build && electron-builder --win --config --publish never",
"build:linux": "npm run build && electron-builder --linux --config --publish never",
"build:mac": "npm run build && electron-builder --mac --arm64 --config --publish never",
"build:mac": "npm run build && electron-builder --mac --config --publish never",
"build:mac-arm": "npm run build && electron-builder --arm64 --config --publish never",
"build:mac-mas": "npm run build && electron-builder --mac --config electron-builder-mas.yml --publish never"
},
"dependencies": {
Expand Down

0 comments on commit 3e7785b

Please sign in to comment.