File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 更新了版本
Original file line number Diff line number Diff line change 11{
22 "name" : " ghostie" ,
33 "private" : true ,
4- "version" : " 0.1.55 " ,
4+ "version" : " 0.1.70 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2.0.0-rc" ,
33 "productName" : " ghostie" ,
4- "version" : " 0.1.69 " ,
4+ "version" : " 0.1.70 " ,
55 "identifier" : " com.wangenius.ghostie" ,
66 "build" : {
77 "frontendDist" : " ../dist" ,
3636 "img-src" : " 'self' asset: http://asset.localhost" ,
3737 "style-src" : " 'self' 'unsafe-inline'"
3838 },
39- "capabilities" : [" main-capability" ],
39+ "capabilities" : [
40+ " main-capability"
41+ ],
4042 "assetProtocol" : {
4143 "enable" : true ,
42- "scope" : [" **" ]
44+ "scope" : [
45+ " **"
46+ ]
4347 }
4448 }
4549 },
4650 "bundle" : {
4751 "category" : " Productivity" ,
4852 "createUpdaterArtifacts" : true ,
4953 "active" : true ,
50- "targets" : [" nsis" ],
54+ "targets" : [
55+ " nsis"
56+ ],
5157 "publisher" : " wangenius" ,
52- "icon" : [" icons/icon.ico" , " icons/icon.png" ],
58+ "icon" : [
59+ " icons/icon.ico" ,
60+ " icons/icon.png"
61+ ],
5362 "windows" : {
5463 "nsis" : {
5564 "headerImage" : " icons/icon.ico" ,
You can’t perform that action at this time.
0 commit comments