File tree 8 files changed +16
-9
lines changed
8 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -266,5 +266,5 @@ jobs:
266
266
uses : ncipollo/release-action@v1
267
267
with :
268
268
allowUpdates : true
269
- tag : v3.2.4
269
+ tag : v3.2.5
270
270
artifacts : " Output/*"
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " FUNC"
5
- #define MyAppVersion " 3.2.4 "
5
+ #define MyAppVersion " 3.2.5 "
6
6
#define MyAppPublisher " Galaxy Pay, LLC"
7
7
#define MyAppPublisherURL " https://galaxy-pay.com"
8
8
#define MyPublishPath " publish"
Original file line number Diff line number Diff line change 4
4
<dict >
5
5
<key >Label </key >
6
6
<string >func.reti </string >
7
- <key >Program </key >
8
- <string >/usr/local/share/func/reti/reti -n mainnet -e /usr/local/share/func/reti/.env d </string >
7
+ <key >ProgramArguments </key >
8
+ <array >
9
+ <string >/usr/local/share/func/reti/reti </string >
10
+ <string >-n </string >
11
+ <string >mainnet </string >
12
+ <string >-e </string >
13
+ <string >/usr/local/share/func/reti/.env </string >
14
+ <string >d </string >
15
+ </array >
9
16
<key >RunAtLoad </key >
10
17
<true />
11
18
</dict >
Original file line number Diff line number Diff line change 1
1
rm -r Output
2
2
3
- PKG=Output/func_3.2.4_linux -$1
3
+ PKG=Output/func_3.2.5_linux -$1
4
4
5
5
mkdir -p $PKG /lib/systemd/system
6
6
mkdir -p $PKG /opt/func
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ pkgbuild --root publish \
5
5
--install-location /opt/func \
6
6
--scripts pkg/scripts \
7
7
--identifier func.app \
8
- Output/func_3.2.4_darwin -$1 .pkg
8
+ Output/func_3.2.5_darwin -$1 .pkg
Original file line number Diff line number Diff line change 1
1
Package: func
2
- Version: 3.2.4
2
+ Version: 3.2.5
3
3
Section: base
4
4
Priority: optional
5
5
Architecture: amd64
Original file line number Diff line number Diff line change 1
1
Package: func
2
- Version: 3.2.4
2
+ Version: 3.2.5
3
3
Section: base
4
4
Priority: optional
5
5
Architecture: arm64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " func-webui" ,
3
- "version" : " 3.2.4 " ,
3
+ "version" : " 3.2.5 " ,
4
4
"scripts" : {
5
5
"dev" : " vite" ,
6
6
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments