Skip to content

Commit

Permalink
Aligned application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lethja committed Dec 8, 2023
1 parent cc94a85 commit 851f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ F2D70000000049454E44AE42608200", "hex");
fs.writeFileSync('installer_background.png', b1);

core.debug(new Date().toTimeString())
await exec(`create-dmg --volname "${name}" --background "installer_background.png" --window-pos 200 120 --window-size 800 450 --icon-size 100 --app-drop-link 600 185 ${name}.dmg ${srcdir}`);
await exec(`create-dmg --volname "${name}" --background "installer_background.png" --window-pos 200 120 --window-size 800 450 --icon-size 100 --icon ${name}.app 200 185 --app-drop-link 600 185 ${name}.dmg ${srcdir}`);
core.debug(new Date().toTimeString())

core.setOutput('time', new Date().toTimeString())
Expand Down

0 comments on commit 851f125

Please sign in to comment.