File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ exports.default = async function notarizing(context) {
2424 return await notarize ( {
2525 tool : "notarytool" ,
2626 teamId : process . env . APPLE_TEAM_ID ,
27- appBundleId : "net.webrecorder.archiveweb.page " ,
27+ appBundleId : "net.opfn.packrat " ,
2828 appPath : `${ appOutDir } /${ appName } .app` ,
2929 appleId : process . env . APPLE_ID ,
3030 appleIdPassword : process . env . APPLE_ID_PASSWORD ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opfn/packrat" ,
33 "productName" : " Packrat" ,
4- "version" : " 0.15 .0" ,
4+ "version" : " 0.1 .0" ,
55 "main" : " index.js" ,
66 "description" : " Create an archive of every page you browse" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+https://github.com/webrecorder/archiveweb.page .git"
9+ "url" : " git+https://github.com/operating-function/packrat .git"
1010 },
1111 "author" : " OPFN" ,
1212 "license" : " AGPL-3.0-or-later" ,
9595 },
9696 "build" : {
9797 "afterSign" : " build/notarize.js" ,
98- "productName" : " ArchiveWeb.page " ,
98+ "productName" : " Packrat " ,
9999 "asar" : true ,
100- "appId" : " net.webrecorder.archivewebpage " ,
100+ "appId" : " net.opfn.packrat " ,
101101 "artifactName" : " ${productName}-${version}.${ext}" ,
102102 "extraMetadata" : {
103103 "main" : " dist/electron/electron.js"
109109 " dist/electron/prebuilds/${platform}-${arch}/*"
110110 ],
111111 "dmg" : {
112- "title" : " ArchiveWeb.page "
112+ "title" : " Packrat "
113113 },
114114 "mac" : {
115115 "category" : " public.app-category.utilities" ,
You can’t perform that action at this time.
0 commit comments