mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-03-22 07:42:24 +01:00
Small fixes
Remove stable download buttons
This commit is contained in:
@@ -95,7 +95,6 @@ pub fn install_location() -> String {
|
||||
|
||||
#[tauri::command]
|
||||
pub fn set_migoto_target(path: String, migoto_path: String) -> bool {
|
||||
let pathbuf = PathBuf::from(path);
|
||||
let mut migoto_pathbuf = PathBuf::from(migoto_path);
|
||||
|
||||
migoto_pathbuf.pop();
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "Cultivation",
|
||||
"version": "1.0.11-Thorny"
|
||||
"version": "1.0.20"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
@@ -69,7 +69,7 @@
|
||||
"fullscreen": false,
|
||||
"height": 730,
|
||||
"resizable": true,
|
||||
"title": "Cultivation",
|
||||
"title": "Cultivation: Thorny Edition",
|
||||
"width": 1280,
|
||||
"decorations": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user