mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing tsc errors
This commit is contained in:
parent
13743cd7a5
commit
c29f28dbdd
22 changed files with 79 additions and 100 deletions
|
@ -28,8 +28,8 @@ export const generateYML = (game: Game) => {
|
|||
{
|
||||
task: {
|
||||
executable: path.join(
|
||||
game.downloadPath,
|
||||
game.folderName,
|
||||
game.downloadPath!,
|
||||
game.folderName!,
|
||||
"setup.exe"
|
||||
),
|
||||
name: "wineexec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue