diff --git a/build.ps1 b/build.ps1 index 6c45a5f..0856d36 100644 --- a/build.ps1 +++ b/build.ps1 @@ -20,4 +20,4 @@ try { } finally { $writer.Dispose() $stream.Dispose() -} \ No newline at end of file +} diff --git a/common.ps1 b/common.ps1 index e234e75..87c8434 100644 --- a/common.ps1 +++ b/common.ps1 @@ -9,4 +9,4 @@ Get-Content .env | ForEach-Object { function RunProgram([string] $program, [parameter(ValueFromRemainingArguments = $true)][string[]] $arguments) { Start-Process -NoNewWindow -Wait -FilePath $program -ArgumentList $arguments -} \ No newline at end of file +} diff --git a/run.ps1 b/run.ps1 index 0ccaf74..3fbd814 100644 --- a/run.ps1 +++ b/run.ps1 @@ -4,4 +4,4 @@ $love2d = $env:LOVE2D_EXE ?? "C:/Program Files/LOVE/love.exe" -RunProgram -program $love2d -arguments $(Resolve-Path "./game") \ No newline at end of file +RunProgram -program $love2d -arguments $(Resolve-Path "./game") diff --git a/run_dosbox.ps1 b/run_dosbox.ps1 index 43be1d5..0ea52f6 100644 --- a/run_dosbox.ps1 +++ b/run_dosbox.ps1 @@ -13,4 +13,4 @@ RunProgram -program $dosbox_x -arguments "-nopromptfolder", "-c", "`"MOUNT C $(Resolve-Path "./lovedos/") `"", "-c", "`"MOUNT D $pwd `"", "-c", "`"c:\love.exe d:\game `"", - "-c", "exit" \ No newline at end of file + "-c", "exit"