Skip to content

Commit 9a14dfb

Browse files
authored
test python script
1 parent d3f3c07 commit 9a14dfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ jobs:
3535
- name: Build Plugin
3636
run: make
3737

38+
- name: Run Language Python Script
39+
run: python3 LanguageBinCreator/json_to_bin.py
40+
3841
- name: Package Plugin
3942
run: |
4043
mkdir -p package/Vapecord/Data/
4144
cp -r Files/Vapecord/Data/* package/Vapecord/Data/
45+
46+
mv LanguageBinCreator/language.bin package/Vapecord/Data/language.bin
4247
4348
for folder in 0004000000198e00 0004000000198d00 00040000004C5700 0004000000199000 0004000000086500 0004000000086400 0004000000086300 0004000000086200 0004000000198f00; do
4449
mkdir -p package/luma/plugins/$folder/snd
@@ -56,3 +61,4 @@ jobs:
5661

5762

5863

64+

0 commit comments

Comments
 (0)