File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from './src/main/defineConfig' ;
2
2
3
3
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 ,
9
9
fallbackToIndexHtml : true ,
10
10
autoUpdates : true ,
11
11
systray : true ,
12
- passwordMode : 'password-optional ' ,
12
+ passwordMode : 'no-password ' ,
13
13
bins : {
14
14
holochain : {
15
15
version : '0.4.1' ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " org.holochain.kangaroo-electron " ,
3
- "version" : " 0 .1.0 " ,
2
+ "name" : " org.holochain.acorn " ,
3
+ "version" : " 11 .1.1 " ,
4
4
"license" : " CAL-1.0" ,
5
5
"main" : " ./out/main/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments