mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
icon for screenshare app
This commit is contained in:
parent
b4135e2655
commit
90b58ebeba
2 changed files with 1 additions and 0 deletions
BIN
screenshare/src/resources/interface.png
Normal file
BIN
screenshare/src/resources/interface.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
|
@ -54,6 +54,7 @@ function createWindow(){
|
|||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
},
|
||||
icon: __dirname + `/resources/interface.png`,
|
||||
skipTaskbar: false,
|
||||
title: "Screen share"
|
||||
// TODO: Update this code once we have CMAKE copying a png from
|
||||
|
|
Loading…
Reference in a new issue