Skip to content

Commit

Permalink
snap: Change debug to release
Browse files Browse the repository at this point in the history
Change-Id: I7925376d7e9a8e5a734a57e4987058adb04dead8
  • Loading branch information
calcitem committed Oct 14, 2023
1 parent d047586 commit 8a8a05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ parts:
cd src/ui/flutter_app
flutter create --platforms=linux .
flutter clean
flutter build linux --debug -v
flutter build linux --release -v
mkdir -p ${SNAPCRAFT_PART_INSTALL}/usr/local/bin
cp -r build/linux/x64/debug/bundle/* ${SNAPCRAFT_PART_INSTALL}/usr/local/bin/
cp -r build/linux/x64/release/bundle/* ${SNAPCRAFT_PART_INSTALL}/usr/local/bin/
after:
- alsa

Expand Down

0 comments on commit 8a8a05a

Please sign in to comment.