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 @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2727
2828var (
2929 // Version of the backend as displayed to the user.
30- Version = semver .NewSemVer (4 , 2 , 0 )
30+ Version = semver .NewSemVer (4 , 3 , 0 )
3131)
3232
3333// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change 1919 cp -aR resources/linux build/tmp-deb
2020 mkdir build/tmp-deb/opt/
2121 cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
22- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.2 .0 -C ../tmp-deb/
23- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.2 .0 -C ../tmp-deb/
22+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.3 .0 -C ../tmp-deb/
23+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.3 .0 -C ../tmp-deb/
2424 # create AppImage
2525 sed ' s+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
2626 cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage
You can’t perform that action at this time.
0 commit comments