mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-01-12 16:22:36 +08:00
Add the (currently android) easter mode
This commit is contained in:
@@ -7,7 +7,7 @@ pub static INITIALIZER: extern "C" fn() = main;
|
||||
#[unsafe(no_mangle)]
|
||||
pub extern "C" fn main() {
|
||||
let data_path = get_bundle_path().into_os_string().into_string().unwrap();
|
||||
crate::runtime::update_data_path(data_path);
|
||||
crate::runtime::update_data_path(&data_path);
|
||||
|
||||
std::thread::spawn(|| {
|
||||
crate::run_server(true).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user