Skip to content

Commit

Permalink
snap version
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Oct 30, 2024
1 parent af120d1 commit bd33d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
pwd
ls
ls scripts
sed -i'' -E "/^version:/s/'(\d.*)'/'$(git describe --always)'/" ./scripts/createSnap.sh
head ./scripts/createSnap.sh
bash ./scripts/createSnap.sh
mv librecad*.snap LibreCAD-`git describe --always`.snap
Expand Down
5 changes: 3 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: librecad
version: '2.2.1-rc'
version: '2.2.1-rc3'
grade: stable
base: core22
confinement: strict
Expand All @@ -13,10 +13,11 @@ description: |
https://www.github.com/LibreCAD/LibreCAD
environment:
LD_LIBRARY_PATH: $SNAP/usr/local/lib/:$SNAP/usr/lib/x86_64-linux-gnu/:$SNAP/usr/lib64/:$LD_LIBRARY_PATH
QT_QPA_PLATFORMTHEME: gtk3

apps:
librecad:
command: usr/bin/librecad
command: desktop-launch usr/bin/librecad
parts:
librecad:
plugin: qmake
Expand Down

0 comments on commit bd33d40

Please sign in to comment.