From eb4ccdb98f242b193f8ed0447fc506242c4778bb Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Sun, 7 Sep 2025 07:09:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=86?= =?UTF-8?q?=D0=B5=20=D0=BA=D0=B0=D0=B6=D0=B4=D0=BE=D0=B3=D0=BE=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0=20=D0=B2=D0=BE=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=B1=D0=B5=D0=B6=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=20=D0=BD=D0=B0=20Unix=20=D1=81?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.ps1 | 2 +- common.ps1 | 2 +- run.ps1 | 2 +- run_dosbox.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"