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 3e7785b commit 5513d87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
pnpm run build:mac
pnpm run build:mac-arm
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion electron-builder-mas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ mac:
# 图标,看后盾人文档库 electron 章节有介绍生成方法
icon: build/icon.icns
# target: ['mas', 'pkg', 'dmg']
target: { target: 'mas', arch: 'universal' }
target:
- mas
extendInfo:
NSCameraUsageDescription: 软件需要使用你的摄像头,用于显示你的视频画面.
# - NSMicrophoneUsageDescription: 请允许本程序访问您的麦克风
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "houdunren-camera",
"version": "1.0.76",
"version": "1.0.77",
"description": "方便好用的桌面摄像头软件,适合直播、录课、内容分享时使用",
"main": "./out/main/index.js",
"author": "向军大叔",
Expand Down

0 comments on commit 5513d87

Please sign in to comment.