Skip to content

Commit a3fab99

Browse files
committed
Actually build native oops
1 parent cc8cd0f commit a3fab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuke/Build.Native.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ string AndroidHome
407407
.AssertZeroExitCode();
408408
InheritedShell
409409
(
410-
$"./package-release.sh master output --no-package",
410+
$"./package-native.sh master output --no-package",
411411
DxvkPath
412412
)
413413
.AssertZeroExitCode();

0 commit comments

Comments
 (0)