Tyler L

Results 1 comments of Tyler L

Hey, I had the same issue! This is what I did to fix it: ``` const msiCreator = new MSICreator({ appDirectory: APP_DIR, outputDirectory: OUT_DIR, description: 'SomeDescriptionHere', exe:'SomeNameHere', appIconPath: path.resolve(__dirname,'./favicon.ico'), name:'SomeNameHere',...