You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our program will download the correct Isar lib when it starts by using this command.
awaitIsar.initializeIsarCore(download:true)
But as lelslm said here a better option will be to distribute the lib files instead of downloading them when the program starts.
I don't think that it is urgent because (I think) it will download the files only on the first run, after that it will use the previously downloaded file.
The text was updated successfully, but these errors were encountered:
Currently our program will download the correct Isar lib when it starts by using this command.
But as lelslm said here a better option will be to distribute the lib files instead of downloading them when the program starts.
I don't think that it is urgent because (I think) it will download the files only on the first run, after that it will use the previously downloaded file.
The text was updated successfully, but these errors were encountered: