mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +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…
Reference in New Issue
Block a user