Merge pull request #585 from cypherstack/windows

Revert "start monero and wownero on windows"
This commit is contained in:
Diego Salazar 2023-06-08 14:58:56 -06:00 committed by GitHub
commit e8c19fb519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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