mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
change shortcut name
This commit is contained in:
parent
066475237e
commit
34431dc7b7
@ -34,7 +34,7 @@ win:
|
||||
executableName: mihomo-party
|
||||
nsis:
|
||||
artifactName: ${name}-windows-${version}-${arch}-setup.${ext}
|
||||
shortcutName: ${productName}
|
||||
shortcutName: Mihomo Party
|
||||
uninstallDisplayName: ${productName}
|
||||
deleteAppDataOnUninstall: true
|
||||
allowToChangeInstallationDirectory: true
|
||||
|
||||
@ -70,9 +70,9 @@ app.whenReady().then(async () => {
|
||||
optimizer.watchWindowShortcuts(window)
|
||||
})
|
||||
registerIpcMainHandlers()
|
||||
await initShortcut()
|
||||
createWindow()
|
||||
await createTray()
|
||||
await initShortcut()
|
||||
app.on('activate', function () {
|
||||
// On macOS it's common to re-create a window in the app when the
|
||||
// dock icon is clicked and there are no other windows open.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user