Skip to content

Commit f51ed73

Browse files
authored
Merge pull request #29 from GalaxyPay/dev
systemctl enable func
2 parents f5ccfa4 + b4f3158 commit f51ed73

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/*"

FUNC.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

create-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rm -r Output
22

3-
PKG=Output/func_2.0.4_amd64
3+
PKG=Output/func_2.0.5_amd64
44

55
mkdir -p $PKG/lib/systemd/system
66
mkdir -p $PKG/opt/func

deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: func
2-
Version: 2.0.4
2+
Version: 2.0.5
33
Section: base
44
Priority: optional
55
Architecture: amd64

deb/postinst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
systemctl daemon-reload
22
systemctl start func
3-
systemctl restart func
3+
systemctl restart func
4+
systemctl enable func

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)