File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- appId : com.electron.app
1+ appId : com.linuxdevil.meetingvideo-transrecorder
22productName : meetingvideo-transrecorder
33directories :
44 buildResources : build
5+ icon : resources/icon.png
56files :
67 - ' !**/.vscode/*'
78 - ' !src/*'
@@ -28,6 +29,7 @@ asarUnpack:
2829 - resources/**
2930win :
3031 executableName : meetingvideo-transrecorder
32+ icon : resources/icon.png
3133 extraResources :
3234 - from : ' ffmpeg-bin-windows'
3335 to : ' ffmpeg-bin-windows'
3840 uninstallDisplayName : ${productName}
3941 createDesktopShortcut : always
4042mac :
43+ icon : resources/icon.png
4144 identity : null
4245 entitlementsInherit : build/entitlements.mac.plist
4346 extendInfo :
4952dmg :
5053 artifactName : ${name}-${version}.${ext}
5154linux :
55+ icon : resources/icon.png
5256 target :
5357 - AppImage
5458 - snap
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export function createWindow(): BrowserWindow {
1212 height : 950 ,
1313 show : false ,
1414 autoHideMenuBar : true ,
15- ... ( process . platform === 'linux' ? { icon } : { } ) ,
15+ icon : icon ,
1616 webPreferences : {
1717 preload : join ( __dirname , '../preload/preload.js' ) ,
1818 sandbox : false ,
@@ -51,7 +51,7 @@ export function createWindow(): BrowserWindow {
5151 */
5252export function initializeApp ( ) : void {
5353 // Set app user model id for windows
54- electronApp . setAppUserModelId ( 'com.electron ' )
54+ electronApp . setAppUserModelId ( 'com.linuxdevil.meetingvideo-transrecorder ' )
5555
5656 // Default open or close DevTools by F12 in development
5757 // and ignore CommandOrControl + R in production.
You can’t perform that action at this time.
0 commit comments