Skip to content

Commit ed3036d

Browse files
Merge pull request #12 from DazedNConfused-/mitigation/CDDA-9
CDDA-9: Mitigates #9 until a more permanent fix is found
2 parents b19a19d + 4f819d9 commit ed3036d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cddagl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def run(self):
197197
batch_file.write(
198198
'''
199199
@echo off
200-
start pythonw.exe -m cddagl
200+
start /realtime python.exe -m cddagl
201201
'''
202202
)
203203

0 commit comments

Comments
 (0)