File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -139,5 +139,5 @@ jobs:
139139 uses : ncipollo/release-action@v1
140140 with :
141141 allowUpdates : true
142- tag : v2.0.4
142+ tag : v2.0.5
143143 artifacts : " Output/*"
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " FUNC"
5- #define MyAppVersion " 2.0.4 "
5+ #define MyAppVersion " 2.0.5 "
66#define MyAppPublisher " Galaxy Pay, LLC"
77#define MyAppPublisherURL " https://galaxy-pay.com"
88#define MyPublishPath " publish"
Original file line number Diff line number Diff line change 11rm -r Output
22
3- PKG=Output/func_2.0.4_amd64
3+ PKG=Output/func_2.0.5_amd64
44
55mkdir -p $PKG /lib/systemd/system
66mkdir -p $PKG /opt/func
Original file line number Diff line number Diff line change 11Package: func
2- Version: 2.0.4
2+ Version: 2.0.5
33Section: base
44Priority: optional
55Architecture: amd64
Original file line number Diff line number Diff line change 11systemctl daemon-reload
22systemctl start func
3- systemctl restart func
3+ systemctl restart func
4+ systemctl enable func
Original file line number Diff line number Diff line change 11{
22 "name" : " func-webui" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "scripts" : {
55 "dev" : " vite" ,
66 "build" : " vue-tsc --noEmit && vite build" ,
You can’t perform that action at this time.
0 commit comments