File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2626
2727var (
2828 // Version of the backend as displayed to the user.
29- Version = semver .NewSemVer (4 , 0 , 1 )
29+ Version = semver .NewSemVer (4 , 1 , 0 )
3030)
3131
3232// The update file is retrieved from the server.
Original file line number Diff line number Diff line change 1616 cp -aR resources/linux build/tmp-deb
1717 mkdir build/tmp-deb/opt/
1818 cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
19- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.0 .0 -C ../tmp-deb/
20- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.0 .0 -C ../tmp-deb/
19+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.1 .0 -C ../tmp-deb/
20+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.1 .0 -C ../tmp-deb/
2121 # create AppImage
2222 sed ' s+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
2323 cd build/linux-tmp && /opt/linuxdeployqt-continuous-x86_64.AppImage BitBox -appimage
You can’t perform that action at this time.
0 commit comments