Skip to content

Commit 169115d

Browse files
authored
Update shaderpkg.bat
1 parent 77fdd0a commit 169115d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shaderpkg.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
"./tools/shader_minifier.exe" -o compressed.glsl --format text --smoothstep --aggressive-inlining %1
2+
"./tools/shader_minifier.exe" -o minified.glsl --format text --smoothstep --aggressive-inlining %1
33
"./src/ShaderCompressor/bin/x64/Release/ShaderCompressor.exe" minified.glsl compressed.txt

0 commit comments

Comments
 (0)