mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
feat: add a modal to select game installation folder (pt and en translation)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user