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
My current hacky code in updater.rs parses the last provided libapp.so path, assuming it's a full path to the (possibly extracted) libapp.so and then finding the base.apk relative to that path. We could do something more robust, like passing the base.apk path from the engine to the rust.
The text was updated successfully, but these errors were encountered:
My current hacky code in updater.rs parses the last provided libapp.so path, assuming it's a full path to the (possibly extracted) libapp.so and then finding the base.apk relative to that path. We could do something more robust, like passing the base.apk path from the engine to the rust.
The text was updated successfully, but these errors were encountered: