Skip to content

Commit f0da35d

Browse files
committed
docs: Add local source reference to flatpak manifest
1 parent 10eb355 commit f0da35d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

flatpak/io.github.foxxmd.multiscrobbler.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ modules:
5151
- install -Dm755 ../run.sh /app/bin/multiscrobbler
5252
subdir: main
5353
sources:
54+
# use for official releases
5455
- type: git
5556
url: https://github.com/FoxxMD/multi-scrobbler
56-
branch: REPLACE_ME
57-
commit: REPLACE_ME
57+
tag: 0.6.3
58+
commit: 4bd996eb466137ffc5c3f48305afabde03720525
5859
dest: main
60+
# use if developing locally
61+
# - type: dir
62+
# path: /home/yourUser/multi-scrobbler
5963
# Wrapper to launch the app
6064
- type: script
6165
dest-filename: run.sh
@@ -70,6 +74,6 @@ modules:
7074
cp -r /app/lib/config/. "${XDG_CONFIG_HOME}"/
7175
#cp /app/lib/defaultConfig.json $XDG_CONFIG_HOME/config.json
7276
fi
73-
- cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js
77+
- cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME LOG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js
7478

7579
- generated-sources.json

0 commit comments

Comments
 (0)