Skip to content

Commit eee3a2d

Browse files
committed
update name and id
1 parent 589711e commit eee3a2d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

kangaroo.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import { defineConfig } from './src/main/defineConfig';
22

33
export default defineConfig({
4-
appId: 'org.holochain.kangaroo-electron',
5-
productName: 'Holochain Kangaroo Electron',
6-
version: '0.1.0',
7-
macOSCodeSigning: false,
8-
windowsEVCodeSigning: false,
4+
appId: 'org.holochain.acorn',
5+
productName: 'Acorn',
6+
version: '11.1.1',
7+
macOSCodeSigning: true,
8+
windowsEVCodeSigning: true,
99
fallbackToIndexHtml: true,
1010
autoUpdates: true,
1111
systray: true,
12-
passwordMode: 'password-optional',
12+
passwordMode: 'no-password',
1313
bins: {
1414
holochain: {
1515
version: '0.4.1',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "org.holochain.kangaroo-electron",
3-
"version": "0.1.0",
2+
"name": "org.holochain.acorn",
3+
"version": "11.1.1",
44
"license": "CAL-1.0",
55
"main": "./out/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)