11{
22 "name" : " criptext" ,
3- "version" : " 0.25 .0" ,
3+ "version" : " 0.26 .0" ,
44 "author" : {
55 "name" : " Criptext Inc" ,
661818 "scripts" : {
1919 "build" : " electron-builder" ,
2020 "electron" : " electron ." ,
21+ "electron:debug" : " electron . --inspect=5858" ,
2122 "start" : " npm run electron ." ,
2223 "start:dev" : " npm run electron . --allow-file-access-from-file" ,
2324 "postinstall" : " electron-builder install-app-deps" ,
3435 "appId" : " com.criptext.criptextmail" ,
3536 "afterSign" : " notarize.js" ,
3637 "buildVersion" : " 1" ,
37- "extraResources" : [
38- {
39- "from" : " ../signal_interface/build/Release/" ,
40- "to" : " extraResources" ,
41- "filter" : [
42- " **/*"
43- ]
44- }
45- ],
38+ "extraResources" : [{
39+ "from" : " ../signal_interface/build/Release/" ,
40+ "to" : " extraResources" ,
41+ "filter" : [
42+ " **/*"
43+ ]
44+ }],
4645 "mac" : {
4746 "hardenedRuntime" : true ,
4847 "gatekeeperAssess" : false ,
5655 "provisioningProfile" : " build/Criptext_Mail_Distribution.provisionprofile" ,
5756 "darkModeSupport" : true ,
5857 "type" : " distribution" ,
59- "publish" : [
60- {
61- "provider" : " generic" ,
62- "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/mac"
63- }
64- ]
58+ "publish" : [{
59+ "provider" : " generic" ,
60+ "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/mac"
61+ }]
6562 },
6663 "mas" : {
6764 "category" : " public.app-category.productivity" ,
7875 "background" : " build/background.png" ,
7976 "icon" : " build/volume.icns" ,
8077 "title" : " ${productName}" ,
81- "contents" : [
82- {
78+ "contents" : [{
8379 "x" : 145 ,
8480 "y" : 195
8581 },
10399 "Comment" : " Encrypted email built on privacy" ,
104100 "Categories" : " Network"
105101 },
106- "publish" : [
107- {
108- "provider" : " generic" ,
109- "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/linux"
110- }
111- ]
102+ "publish" : [{
103+ "provider" : " generic" ,
104+ "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/linux"
105+ }]
112106 },
113107 "win" : {
114108 "target" : [
115109 " nsis" ,
116110 " appx"
117111 ],
118112 "icon" : " build/icon.ico" ,
119- "publish" : [
120- {
121- "provider" : " generic" ,
122- "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/windows"
123- }
124- ],
113+ "publish" : [{
114+ "provider" : " generic" ,
115+ "url" : " https://cdn.criptext.com/Criptext-Email-Desktop/windows"
116+ }],
125117 "certificateSubjectName" : " Criptext Inc"
126118 },
127119 "nsis" : {
178170 "verbose" : true ,
179171 "testURL" : " http://localhost/"
180172 }
181- }
173+ }
0 commit comments