4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-14 11:52:27 +00:00

Dump to 1.0.3, changed app name

This commit is contained in:
2022-02-18 23:30:44 +01:00
parent 5601d05e1f
commit f0ed509c55
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const pkg = require('./package.json')
module.exports = {
packagerConfig: {
packageName: "altarik-launcher",
name: "altarik-launcher",
name: "Altarik Launcher",
productName: "altarik-launcher",
icon: path.resolve(__dirname, 'icon.ico')
},