mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-10 03:27:05 +00:00
feat: implement native system tray, background notifications, and download resumability via tauri-plugin-store
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
with open("src-tauri/src/lib.rs", "r") as f:
|
||||
content = f.read()
|
||||
|
||||
content = content.replace('.arg("--js-runtimes").arg(format!("deno:{},node", deno_path.display()));', '.arg("--js-runtimes").arg("deno,node");')
|
||||
|
||||
with open("src-tauri/src/lib.rs", "w") as f:
|
||||
f.write(content)
|
||||
Reference in New Issue
Block a user