mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
Merge pull request #584 from cypherstack/windows
Add or update git version files in Windows build scripts
This commit is contained in:
commit
8c7a29ecdd
4 changed files with 5 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit c34af5aadd0c986023a1ab998ca6972582142c4c
|
||||
Subproject commit 3f94722254d1c9ad54036e39a620ccc0bb53863b
|
|
@ -1 +1 @@
|
|||
Subproject commit bd2fd863eb638e462ef9c29e97631bfa48f00f8a
|
||||
Subproject commit ec3cf5e8e1b90e006188aa8c323d4cd52dbfa9b9
|
|
@ -1 +1 @@
|
|||
Subproject commit e0321868b018adf593ae34aeb4f4c55629dbd171
|
||||
Subproject commit 26a152fea3ca4b8c3f1130392a02f579c2ff218c
|
|
@ -188,10 +188,8 @@ void main() async {
|
|||
}
|
||||
}
|
||||
|
||||
if (!Platform.isWindows) {
|
||||
monero.onStartup();
|
||||
}
|
||||
if (!Platform.isLinux && !Platform.isWindows) {
|
||||
if (!Platform.isLinux) {
|
||||
wownero.onStartup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue