Skip to content

Commit

Permalink
Merge pull request amnemonic#124 from mcules/patch-1
Browse files Browse the repository at this point in the history
Fixed filename
  • Loading branch information
amnemonic authored Jan 27, 2024
2 parents 217c14f + f3004cd commit 305803b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uvmod_kitchen_31/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm -rf temp 2>/dev/null
mkdir temp

python3 qsfirm.py unpack k5_v2.01.26_publish.bin temp/fw.dec.bin temp/fw.ver.bin
python3 qsfirm.py unpack k5_v2.01.31_publish.bin temp/fw.dec.bin temp/fw.ver.bin

# here comment or uncomment mods

Expand All @@ -14,4 +14,4 @@ python3 mod_universal_version.py temp/fw.ver.bin

# end of mods

python3 qsfirm.py pack temp/fw.dec.bin temp/fw.ver.bin k5_v2.01.26_MODDED.bin
python3 qsfirm.py pack temp/fw.dec.bin temp/fw.ver.bin k5_v2.01.31_MODDED.bin

0 comments on commit 305803b

Please sign in to comment.