Skip to content

Commit cce7775

Browse files
author
Luke Valenty
committed
updates to windows installer
1 parent 68845db commit cce7775

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: installer.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Application]
22
name=TinyFPGA Programmer
3-
version=1.1.4
3+
version=1.1.5
44
script=tinyfpga-programmer-gui.py
55
console=false
66
#icon=myapp.ico
@@ -11,6 +11,6 @@ version=2.7.13
1111
[Include]
1212
packages = serial
1313
intelhex
14+
tinyfpgab
1415

15-
files = b-series/programmer/tinyfpgab.py
16-
a-series-programmer/python/tinyfpgaa.py
16+
files = a-series-programmer/python/tinyfpgaa.py

Diff for: tinyfpga-programmer-gui.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
script_path = os.path.dirname(os.path.realpath(__file__))
77
sys.path.insert(0, os.path.join(script_path, 'pkgs'))
88
sys.path.insert(0, os.path.join(script_path, 'a-series-programmer', 'python'))
9-
sys.path.insert(0, os.path.join(script_path, 'b-series', 'programmer'))
109

1110
import serial
1211
import array

0 commit comments

Comments
 (0)