We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7cca0a + 3ba156f commit 14548caCopy full SHA for 14548ca
snap/snapcraft.yaml
@@ -409,7 +409,7 @@ parts:
409
override-build: |
410
craftctl default
411
# Set the snap version from the .deb package version
412
- craftctl set version=$(dpkg-parsechangelog -l $CRAFT_PART_INSTALL/usr/share/doc/steam-launcher/changelog.all.gz -S Version | sed -e s/1://g)
+ craftctl set version=$(dpkg-parsechangelog -l $CRAFT_PART_INSTALL/usr/share/doc/steam-launcher/changelog.amd64.gz -S Version | sed -e s/1://g)
413
prime:
414
- -usr/share/doc
415
- -usr/share/man
0 commit comments