Merge pull request #584 from cypherstack/windows

Add or update git version files in Windows build scripts
This commit is contained in:
Diego Salazar 2023-06-08 14:55:54 -06:00 committed by GitHub
commit 8c7a29ecdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -188,10 +188,8 @@ void main() async {
}
}
if (!Platform.isWindows) {
monero.onStartup();
}
if (!Platform.isLinux && !Platform.isWindows) {
monero.onStartup();
if (!Platform.isLinux) {
wownero.onStartup();
}