File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
run : |
38
38
echo ${{ github.repository }}
39
39
echo "fetch acorn-desktop.webhapp from github repo"
40
- curl -f -L --output ./pouch/acorn-desktop.webhapp https://github.com/lightningrodlabs/acorn/releases/download/v11.2.0 -alpha/acorn-desktop.webhapp
40
+ curl -f -L --output ./pouch/acorn-desktop.webhapp https://github.com/lightningrodlabs/acorn/releases/download/v11.2.1 -alpha/acorn-desktop.webhapp
41
41
42
42
- name : Environment setup
43
43
run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from './src/main/defineConfig';
3
3
export default defineConfig ( {
4
4
appId : 'org.lightningrodlabs.acorn' ,
5
5
productName : 'Acorn' ,
6
- version : '11.2.0 ' ,
6
+ version : '11.2.1 ' ,
7
7
macOSCodeSigning : true ,
8
8
windowsEVCodeSigning : true ,
9
9
fallbackToIndexHtml : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " org.lightningrodlabs.acorn" ,
3
- "version" : " 11.2.0 " ,
3
+ "version" : " 11.2.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