Skip to content

Commit

Permalink
Merge pull request #29 from GalaxyPay/dev
Browse files Browse the repository at this point in the history
systemctl enable func
  • Loading branch information
acfunk authored Dec 9, 2024
2 parents f5ccfa4 + b4f3158 commit f51ed73
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: v2.0.4
tag: v2.0.5
artifacts: "Output/*"
2 changes: 1 addition & 1 deletion FUNC.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "FUNC"
#define MyAppVersion "2.0.4"
#define MyAppVersion "2.0.5"
#define MyAppPublisher "Galaxy Pay, LLC"
#define MyAppPublisherURL "https://galaxy-pay.com"
#define MyPublishPath "publish"
Expand Down
2 changes: 1 addition & 1 deletion create-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rm -r Output

PKG=Output/func_2.0.4_amd64
PKG=Output/func_2.0.5_amd64

mkdir -p $PKG/lib/systemd/system
mkdir -p $PKG/opt/func
Expand Down
2 changes: 1 addition & 1 deletion deb/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: func
Version: 2.0.4
Version: 2.0.5
Section: base
Priority: optional
Architecture: amd64
Expand Down
3 changes: 2 additions & 1 deletion deb/postinst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
systemctl daemon-reload
systemctl start func
systemctl restart func
systemctl restart func
systemctl enable func
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "func-webui",
"version": "2.0.4",
"version": "2.0.5",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down

0 comments on commit f51ed73

Please sign in to comment.