File tree Expand file tree Collapse file tree 1 file changed +32
-35
lines changed
Expand file tree Collapse file tree 1 file changed +32
-35
lines changed Original file line number Diff line number Diff line change 1- {
2- "$schema" : " https://schema.tauri.app/config/2" ,
3- "productName" : " PakePlus" ,
4- "version" : " 0.1.0" ,
5- "identifier" : " com.pakeplus.app" ,
6- "build" : {
7- "frontendDist" : " ../src"
8- },
9- "app" : {
10- "withGlobalTauri" : true ,
11- "security" : {
12- "csp" : null ,
13- "dangerousDisableAssetCspModification" : true ,
14- "assetProtocol" : {
15- "enable" : true ,
16- "scope" : {
17- "allow" : [" **/*" ],
18- "requireLiteralLeadingDot" : false
19- }
20- }
21- }
22- },
23- "bundle" : {
24- "active" : true ,
25- "targets" : " all" ,
26- "resources" : [" ./data/*" ],
27- "icon" : [
28- " icons/32x32.png" ,
29- " icons/128x128.png" ,
30- " icons/128x128@2x.png" ,
31- " icons/icon.icns" ,
32- " icons/icon.ico"
33- ]
34- }
35- }
1+ {
2+ "$schema" : " https://schema.tauri.app/config/2" ,
3+ "productName" : " Outlook" ,
4+ "version" : " 0.0.1" ,
5+ "identifier" : " com.Outlook.app" ,
6+ "app" : {
7+ "security" : {
8+ "csp" : null ,
9+ "dangerousDisableAssetCspModification" : true ,
10+ "assetProtocol" : {
11+ "enable" : true ,
12+ "scope" : {
13+ "allow" : [" **/*" ],
14+ "requireLiteralLeadingDot" : false
15+ }
16+ }
17+ },
18+ "withGlobalTauri" : false
19+ },
20+ "bundle" : {
21+ "active" : true ,
22+ "targets" : " all" ,
23+ "resources" : [" ./data/*" ],
24+ "icon" : [
25+ " icons/32x32.png" ,
26+ " icons/128x128.png" ,
27+ " icons/128x128@2x.png" ,
28+ " icons/icon.icns" ,
29+ " icons/icon.ico"
30+ ]
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments