File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
27
27
28
28
var (
29
29
// Version of the backend as displayed to the user.
30
- Version = semver .NewSemVer (4 , 10 , 0 )
30
+ Version = semver .NewSemVer (4 , 11 , 0 )
31
31
)
32
32
33
33
// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change 33
33
cp -aR resources/linux build/tmp-deb
34
34
mkdir build/tmp-deb/opt/
35
35
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
36
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.10 .0 -C ../tmp-deb/
37
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.10 .0 -C ../tmp-deb/
36
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.11 .0 -C ../tmp-deb/
37
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.11 .0 -C ../tmp-deb/
38
38
# create AppImage
39
39
sed ' s+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
40
40
cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage
Original file line number Diff line number Diff line change 21
21
<string >APPL </string >
22
22
23
23
<key >CFBundleVersion </key >
24
- <string >4.10 .0 </string >
24
+ <string >4.11 .0 </string >
25
25
26
26
<key >CFBundleShortVersionString </key >
27
- <string >4.10 .0 </string >
27
+ <string >4.11 .0 </string >
28
28
29
29
<key >CFBundleSignature </key >
30
30
<string >???? </string >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
5
5
6
6
# General Symbol Definitions
7
7
!define REGKEY " SOFTWARE\$(^Name)"
8
- !define VERSION 4.10 .0.0
8
+ !define VERSION 4.11 .0.0
9
9
!define COMPANY " Shiftcrypto"
10
10
!define URL https://https://github.com/digitalbitbox/bitbox-wallet-app/releases/download
11
11
!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments