diff --git a/src-tauri/src/command/pake.rs b/src-tauri/src/command/pake.rs index 252b5180..bdad970f 100644 --- a/src-tauri/src/command/pake.rs +++ b/src-tauri/src/command/pake.rs @@ -69,7 +69,7 @@ pub async fn update_config_file( .replace("-1", width.as_str()) .replace("-2", height.as_str()); if ascii { - contents = contents.replace("-3", r#"["all"]"#); + contents = contents.replace("-3", r#""all""#); } else { contents = contents.replace( "-3", diff --git a/src/lang/en.ts b/src/lang/en.ts index b2332407..6cc4ea02 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -29,9 +29,9 @@ export default { delProject: 'Delete Project', webUrl: 'Website', example: 'example', - appName: 'Name', + appName: 'AppName', appId: 'Identifier', - appIcon: 'Icon', + appIcon: 'AppIcon', appVersion: 'Version', platform: 'Platform', desktop: 'Desktop', diff --git a/src/pages/edit.vue b/src/pages/edit.vue index 9569d27c..13ffcce4 100644 --- a/src/pages/edit.vue +++ b/src/pages/edit.vue @@ -669,7 +669,7 @@ const dispatchAction = async () => { const loadingText = `