Skip to content

Commit

Permalink
2.18.1 with package data fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Feb 17, 2025
1 parent fdb0ac5 commit 8bede96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flowblade-trunk/flowblade
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import os
import sys


print ("FLOWBLADE MOVIE EDITOR 2.18")
print ("---------------------------")
print ("FLOWBLADE MOVIE EDITOR 2.18.1")
print ("-----------------------------")

# Get launch script dir
launch_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'res/mediaplugins/animations_2/*', 'res/mediaplugins/text_1/*',
'res/mediaplugins/text_2/*', 'res/mediaplugins/transitions_1/*',
'res/mediaplugins/transitions_2/*','res/gpu-test/*','res/scripttool/*',
'res/usbhid/*', 'res/mediaplugins/text_2/*']
'res/usbhid/*', 'res/mediaplugins/text_3/*']

locale_files = []
for filepath in glob.glob("Flowblade/locale/*/LC_MESSAGES/*"):
Expand Down

0 comments on commit 8bede96

Please sign in to comment.