Skip to content

Commit

Permalink
imp - Updated scripts for execution on Windows
Browse files Browse the repository at this point in the history
---

We've allowed the two scripts that get installed with Chocolatey to find their own path and to execute the Nitrocid dll files based on that, because we no longer draft our releases through Windows.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 28, 2024
1 parent 0cfed46 commit 8f10d94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/ks-jl.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ REM along with this program. If not, see <https://www.gnu.org/licenses/>.

REM This script runs Nitrocid KS JL. This is a shortcut for running
REM KS-JL so that you don't have to write the full name of the executable.
"Nitrocid.LocaleGen.exe" %*
set ROOTPATH=%~dp0
dotnet "%ROOTPATH%Nitrocid.LocaleGen.dll" %*
3 changes: 2 additions & 1 deletion assets/ks.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ REM Simulator so that you don't have to write the full name of the executable.

REM Please note that we don't support updating in this script, because we use
REM Chocolatey and NuGet to manage updates for KS.
"Nitrocid.exe" %*
set ROOTPATH=%~dp0
dotnet "%ROOTPATH%Nitrocid.dll" %*

0 comments on commit 8f10d94

Please sign in to comment.