Skip to content

Commit 864bd69

Browse files
authored
Merge pull request #56 from abrignoni/In_progress
rleap.spec & version # update
2 parents f98dda7 + 3fd7f9f commit 864bd69

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

rleapp.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ a = Analysis(['rleapp.py'],
1010
('.\\scripts\\dark-mode.css', '.\\scripts'),
1111
('.\\scripts\\dark-mode-switch.js', '.\\scripts'),
1212
('.\\scripts\\feather.min.js', '.\\scripts'),
13-
('.\\scripts\\chats.css', '.\\scripts'),
1413
('.\\scripts\\MDB-Free_4.13.0', '.\\scripts\\MDB-Free_4.13.0')],
1514
hiddenimports=['simplekml'],
1615
hookspath=[],

rleappGUI.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ a = Analysis(['rleappGUI.py'],
1010
('.\\scripts\\dark-mode.css', '.\\scripts'),
1111
('.\\scripts\\dark-mode-switch.js', '.\\scripts'),
1212
('.\\scripts\\feather.min.js', '.\\scripts'),
13-
('.\\scripts\\chats.css', '.\\scripts'),
1413
('.\\scripts\\MDB-Free_4.13.0', '.\\scripts\\MDB-Free_4.13.0')],
1514
hiddenimports=[],
1615
hookspath=[],

scripts/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rleapp_version = '0.1'
1+
rleapp_version = '1.0'
22

33
# Contributors List
44
# Format = [ Name, Blog-url, Twitter-handle, Github-url]

0 commit comments

Comments
 (0)