removed icon log

This commit is contained in:
milad 2019-11-14 09:28:05 -08:00
parent 90b58ebeba
commit d664b9e118

View file

@ -57,10 +57,6 @@ function createWindow(){
icon: __dirname + `/resources/interface.png`,
skipTaskbar: false,
title: "Screen share"
// TODO: Update this code once we have CMAKE copying a png from
// `<hifi repo root>/interface/icon/interface.png` into the same directory
// as the screenshare executable during a post-build step
//icon: "hifi-screenshare-icon.png"
});
window.loadURL('file://' + __dirname + '/screenshareApp.html');
window.setMenu(null);