File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 42
42
run : tar -czvf /tmp/xcpc-tools-macos.tar.gz dist/pkg/xcpc-tools-macos
43
43
- name : Create Tar for Linux
44
44
run : tar -czvf /tmp/xcpc-tools-linux.tar.gz dist/pkg/xcpc-tools-linux
45
+ - name : Build Machine Setup package
46
+ run : |
47
+ cd packages/machine-setup
48
+ yarn neu update
49
+ yarn neu build --clean
50
+ - name : Create Tar for Machine Setup
51
+ run : tar -czvf /tmp/xcpc-tools-machine-setup.tar.gz packages/machine-setup/dist/hydro-xcpctools-machine-setup
45
52
- name : Get release version and commit
46
53
id : tag
47
54
run : |
56
63
/tmp/xcpc-tools-win.zip
57
64
/tmp/xcpc-tools-macos.tar.gz
58
65
/tmp/xcpc-tools-linux.tar.gz
66
+ /tmp/xcpc-tools-machine-setup-app.tar.gz
59
67
env :
60
68
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 20
20
"@hydrooj/eslint-config" : " ^1.1.1" ,
21
21
"@hydrooj/register" : " ^1.0.3" ,
22
22
"@hydrooj/utils" : " ^1.4.28" ,
23
+ "@neutralinojs/neu" : " ^11.3.0" ,
23
24
"@types/node" : " ^20.16.11" ,
24
25
"@yao-pkg/pkg" : " ^5.15.0" ,
25
26
"dejavu-fonts-ttf" : " ^2.37.3" ,
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@neutralinojs/lib" : " ^5.0 .0" ,
12
+ "@neutralinojs/lib" : " ^5.4 .0" ,
13
13
"vue" : " ^3.4.19"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change 43
43
"binaryName" : " hydro-xcpctools-machine-setup" ,
44
44
"resourcesPath" : " /frontend/" ,
45
45
"extensionsPath" : " /extensions/" ,
46
- "binaryVersion" : " 5.0 .0" ,
47
- "clientVersion" : " 5.0 .0" ,
46
+ "binaryVersion" : " 5.4 .0" ,
47
+ "clientVersion" : " 5.4 .0" ,
48
48
"frontendLibrary" : {
49
49
"projectPath" : " /frontend/" ,
50
50
"initCommand" : " yarn" ,
You can’t perform that action at this time.
0 commit comments