Skip to content

Commit

Permalink
docs: Add local source reference to flatpak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jan 15, 2024
1 parent 10eb355 commit f0da35d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions flatpak/io.github.foxxmd.multiscrobbler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ modules:
- install -Dm755 ../run.sh /app/bin/multiscrobbler
subdir: main
sources:
# use for official releases
- type: git
url: https://github.com/FoxxMD/multi-scrobbler
branch: REPLACE_ME
commit: REPLACE_ME
tag: 0.6.3
commit: 4bd996eb466137ffc5c3f48305afabde03720525
dest: main
# use if developing locally
# - type: dir
# path: /home/yourUser/multi-scrobbler
# Wrapper to launch the app
- type: script
dest-filename: run.sh
Expand All @@ -70,6 +74,6 @@ modules:
cp -r /app/lib/config/. "${XDG_CONFIG_HOME}"/
#cp /app/lib/defaultConfig.json $XDG_CONFIG_HOME/config.json
fi
- cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js
- cd /app/lib && CONFIG_DIR=$XDG_CONFIG_HOME LOG_DIR=$XDG_CONFIG_HOME IS_LOCAL=true NODE_ENV=production node build/server.js

- generated-sources.json

0 comments on commit f0da35d

Please sign in to comment.