Add new icon file

This commit is contained in:
confused-Techie 2024-07-30 21:44:59 -07:00
parent e2cf6adde5
commit 5d1de974b0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -39,7 +39,7 @@ async function modifyMainPackageJson(file, extraMetadata, isRemovePackageScripts
const builder = require("electron-builder")
const pngIcon = 'resources/app-icons/beta.png'
const icoIcon = 'resources/app-icons/beta.ico'
const icoIcon = 'resources/app-icons/pulsar.ico'
const svgIcon = 'resources/app-icons/beta.svg'
const icnsIcon = 'resources/app-icons/beta.icns'