fix: fixing dependencies

This commit is contained in:
Hydra 2024-04-15 10:18:24 +01:00
parent cdd9908775
commit db79136cf5
No known key found for this signature in database
20 changed files with 2439 additions and 21400 deletions

View file

@ -39,13 +39,13 @@ const config: ForgeConfig = {
new MakerRpm({
options: {
mimeType: ["x-scheme-handler/hydralauncher"],
bin: './Hydra'
bin: "./Hydra",
},
}),
new MakerDeb({
options: {
mimeType: ["x-scheme-handler/hydralauncher"],
bin: './Hydra'
bin: "./Hydra",
},
}),
],