File tree Expand file tree Collapse file tree 7 files changed +151
-41
lines changed
Expand file tree Collapse file tree 7 files changed +151
-41
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ python-3.10
1919.DS_Store
2020* .dmg
2121python-3.11
22+ build
Original file line number Diff line number Diff line change 11pypiwin32 == 223 ; sys_platform == 'win32'
2- PySide6 == 6.6 .0
3- cython == 3.0.5
4- numpy == 1.26.2
2+ PySide6 == 6.7 .0
3+ cython == 3.0.10
4+ numpy == 1.26.4
55scipy == 1.11.4
6- sqlalchemy == 2.0.23
7- alembic == 1.12 .1
6+ sqlalchemy == 2.0.29
7+ alembic == 1.13 .1
88pyinstaller == 5.13.2
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ in database</string>
385385 </font >
386386 </property >
387387 <property name =" text" >
388- <string notr =" true" >1.1.0 </string >
388+ <string notr =" true" >1.1.1 </string >
389389 </property >
390390 </widget >
391391 </item >
Original file line number Diff line number Diff line change 535535 <attribute name =" horizontalHeaderStretchLastSection" >
536536 <bool >true</bool >
537537 </attribute >
538+ <attribute name =" verticalHeaderVisible" >
539+ <bool >false</bool >
540+ </attribute >
538541 <column >
539542 <property name =" text" >
540543 <string >Progress</string >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rm -r ${SCRIPT_PATH}/../python/dist/dmg/*
99cp -R " ${SCRIPT_PATH} /../python/dist/OpenIMU.app" " ${SCRIPT_PATH} /../python/dist/dmg"
1010# If the DMG already exists, delete it.
1111test -f " ${SCRIPT_PATH} /../python/dist/OpenIMU.dmg" && rm " ${SCRIPT_PATH} /../python/dist/OpenIMU.dmg"
12- /usr/local/bin/ create-dmg \
12+ create-dmg \
1313 --volname " OpenIMU" \
1414 --volicon " ${SCRIPT_PATH} /../python/resources/icons/OpenIMU.icns" \
1515 --window-pos 200 120 \
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " OpenIMU"
5- #define MyAppVersion " 1.1.0 "
5+ #define MyAppVersion " 1.1.1 "
66#define MyAppPublisher " INTER - CdRV - 3IT - USherbrooke"
77#define MyAppURL " https://github.com/introlab/OpenIMU"
88#define MyAppExeName " OpenIMU.exe"
You can’t perform that action at this time.
0 commit comments