Skip to content

Commit 668da79

Browse files
committed
Added a version.txt file.
1 parent a88ec6b commit 668da79

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

export_lin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ cp "./DefaultResourcesExtra/Unlit/Unlit-Color Plus.shader" "./export/Unlit-Color
4343
cp "./DefaultResourcesExtra/Unlit/Unlit-Normal Plus.shader" "./export/Unlit-Normal Plus.shader"
4444

4545
cp "./README.md" "./export/README.md"
46+
cp "./version.txt" "./export/version.txt"
4647

4748
cp "./license.txt" "./export/license.txt"

export_win.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ copy ".\DefaultResourcesExtra\Unlit\Unlit-Color Plus.shader" ".\export\Unlit-Col
4444
copy ".\DefaultResourcesExtra\Unlit\Unlit-Normal Plus.shader" ".\export\Unlit-Normal Plus.shader"
4545

4646
copy ".\README.md" ".\export\README.md"
47+
copy ".\version.txt" ".\export\version.txt"
4748

4849
copy ".\license.txt" ".\export\license.txt"

version.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
4
2+
2025-10-19

0 commit comments

Comments
 (0)