feat: port to Microsoft Windows
This commit is contained in:
@ -77,8 +77,8 @@ export const usePkgStore = defineStore('pkg', {
|
||||
Object.assign(this.pkg[key], rv);
|
||||
},
|
||||
|
||||
async initProfile(path: string) {
|
||||
this.prf = await invoke('init_profile', { path });
|
||||
async initProfile(exePath: string) {
|
||||
this.prf = await invoke('init_profile', { exePath });
|
||||
},
|
||||
|
||||
async saveProfile() {
|
||||
|
Reference in New Issue
Block a user