Skip to content

Commit a22201f

Browse files
committed
Remove os-specific prefix from Windows mod package name
1 parent d57ff96 commit a22201f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/WeiduModPackager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
architecture: x86-legacy
2424
suffix: version
2525
naming: tp2
26+
name_fmt: '<%base_name%><-%extra%><-%version%>'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ A customizable GitHub action that automates creation of WeiDU mod packages. It p
1111

1212
This branch builds WeiDU mod packages for
1313
- iemod
14-
- Windows (`x86-legacy`)
14+
- Windows (`x86-legacy`, no prefix)
1515

1616
It uses the tp2 filename as package names and uses the mod's own tp2 `VERSION` string as version suffix for the package filenames.

0 commit comments

Comments
 (0)