File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ modules:
3636 TAURI_LINUX_AYATANA_APPINDICATOR : " true"
3737 build-commands :
3838 - npm --prefix=addiction-tracker install --offline --verbose &&
39- npm --prefix=addiction-tracker run tauri build -- --debug -- bundles deb --config src-tauri/flatpak-tauri.conf.json &&
39+ npm --prefix=addiction-tracker run tauri build -- --bundles deb --config src-tauri/flatpak-tauri.conf.json &&
4040 VERSION=$(npm --prefix=addiction-tracker pkg get version | sed "s/\"//g") &&
4141 ARCH=$([ $FLATPAK_ARCH == "x86_64" ] && echo "amd64" || echo "arm64") &&
42- cp "addiction-tracker/src-tauri/target/debug /bundle/deb/Addiction Tracker_${VERSION}_${ARCH}.deb" addictiontracker.deb
42+ cp "addiction-tracker/src-tauri/target/release /bundle/deb/Addiction Tracker_${VERSION}_${ARCH}.deb" addictiontracker.deb
4343 - ar -x addictiontracker.deb
4444 - tar -xf data.tar.gz
4545 - install -Dm755 usr/bin/addiction-tracker /app/bin/addiction-tracker
You can’t perform that action at this time.
0 commit comments