summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binmaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/binmaker.py b/binmaker.py
index da7a26e..4e3b6e2 100644
--- a/binmaker.py
+++ b/binmaker.py
@@ -4,7 +4,7 @@ def main():
ver2 = '0'
ver3 = '0'
try:
- with open("sw/Release/plinkybl.bin", "rb") as f1:
+ with open("bootloader/Release/plinkybl.bin", "rb") as f1:
bl_content = f1.read()
with open("sw/Release/plinkyblack.bin", "rb") as f2:
app_content = f2.read()