File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,10 @@ files:
13
13
publish : null
14
14
15
15
mac :
16
- category : public.app-category.productivity
17
- darkModeSupport : false
18
16
hardenedRuntime : true
19
17
gatekeeperAssess : false
20
18
entitlements : resources/entitlements.mac.plist
21
19
entitlementsInherit : resources/entitlements.mac.plist
22
- target :
23
- target : dmg
24
- arch :
25
- - arm64
26
- - x64
27
20
28
21
dmg :
29
22
sign : false
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " telestrator" ,
4
4
"description" : " A drawing app for streaming." ,
5
- "version" : " 0.2.0 " ,
5
+ "version" : " 0.2.1 " ,
6
6
"author" : " Steve Ruiz @steveruizok" ,
7
7
"homepage" : " https://github.com/steveruizok/telestrator" ,
8
8
"main" : " app/background.js" ,
13
13
"build:all" : " nextron build --all" ,
14
14
"build:win32" : " nextron build --win --ia32" ,
15
15
"build:win64" : " nextron build --win --x64" ,
16
- "build:mac" : " nextron build --mac --arch=arm64 -- x64" ,
16
+ "build:mac" : " nextron build --mac --x64" ,
17
17
"build:linux" : " nextron build --linux" ,
18
- "release:mac" : " nextron build --mac --arm64 -- x64"
18
+ "release:mac" : " nextron build --mac --x64"
19
19
},
20
20
"dependencies" : {
21
21
"@state-designer/react" : " ^1.4.5" ,
You can’t perform that action at this time.
0 commit comments