feat: add a modal to select game installation folder (pt and en translation)

This commit is contained in:
José Luís 2024-04-20 15:54:08 -03:00
parent 70fe495965
commit ff6c73b95b
13 changed files with 1232 additions and 24 deletions

View file

@ -20,7 +20,7 @@ const linuxPkgConfig = {
icon: "images/icon.png",
genericName: "Games Launcher",
name: "hydra-launcher",
productName: "Hydra"
productName: "Hydra",
};
const config: ForgeConfig = {
@ -50,10 +50,10 @@ const config: ForgeConfig = {
}),
new MakerZIP({}, ["darwin", "linux"]),
new MakerRpm({
options: linuxPkgConfig
options: linuxPkgConfig,
}),
new MakerDeb({
options: linuxPkgConfig
options: linuxPkgConfig,
}),
],
publishers: [