Skip to content

Commit 8cdb06d

Browse files
committed
App name changes for publish
1 parent d3ab23b commit 8cdb06d

3 files changed

Lines changed: 6 additions & 105 deletions

File tree

.github/workflows/buildapp.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

build/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",
@@ -95,9 +95,9 @@
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"
@@ -109,7 +109,7 @@
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",

0 commit comments

Comments
 (0)