Skip to content

Commit

Permalink
- Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmitchem committed Feb 14, 2025
1 parent 1a29412 commit 95d2df2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/imprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,25 @@ echo
echo "Renaming artifacts"
cp build/left/zephyr/zmk.uf2 build/artifacts/imprint_left-assimilator-bt-zmk.uf2
cp build/right/zephyr/zmk.uf2 build/artifacts/imprint_right-assimilator-bt-zmk.uf2
ls -l build/artifacts

cp build/artifacts/imprint_left-assimilator-bt-zmk.uf2 /mnt/c/Users/terre/Desktop/firmware
cp build/artifacts/imprint_right-assimilator-bt-zmk.uf2 /mnt/c/Users/terre/Desktop/firmware

ls -l /mnt/c/Users/terre/Desktop/firmware
echo

cp build/artifacts/imprint_left-assimilator-bt-zmk.uf2 /mnt/c/Users/terre/Desktop/firmware
cp build/artifacts/imprint_right-assimilator-bt-zmk.uf2 /mnt/c/Users/terre/Desktop/firmware

ls -l /mnt/c/Users/terre/Desktop/firmware
echo








echo "End time: $(date)" >> duration

Expand Down

0 comments on commit 95d2df2

Please sign in to comment.