mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add a modal to select game installation folder (pt and en translation)
This commit is contained in:
parent
70fe495965
commit
ff6c73b95b
13 changed files with 1232 additions and 24 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue