Skip to content

Commit

Permalink
fix: fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Apr 15, 2024
1 parent cdd9908 commit db79136
Show file tree
Hide file tree
Showing 20 changed files with 2,444 additions and 21,405 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
semi: true,
trailingComma: "all",
trailingComma: "es5",
singleQuote: false,
tabWidth: 2,
};
4 changes: 2 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}),
],
Expand Down
Loading

0 comments on commit db79136

Please sign in to comment.