Skip to content

Commit

Permalink
2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaM-TL committed Oct 13, 2019
1 parent c8a2bdd commit de10af7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions 0_pyinstaler → 0_pyinstaler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
rm -rf __pycache__ build
#pyinstaller --onefile --windowed fotokilof.py
pyinstaller --onefile src/fotokilof.py
rm -rf build

2 changes: 2 additions & 0 deletions 0_zip_windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
zip dist/fotokilof.zip dist dist/*.exe dist/*.xml dist/LICENSE* dist/locale/*/*/fotokilof.mo
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
2.5 GUI: cleanup and order
2.6 Added: insert logo on picture
2.7 Added: progressbar
2.8 Added: custom command to execute
2.8 Added: custom command to execute, theme selection, bugfix

2 changes: 1 addition & 1 deletion src/fotokilof.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def no_text_in_windows():

def print_command(cmd, cmd_imagick):
""" print command in custom window """
t_custom.insert(END, cmd + " \\\n")
t_custom.insert(END, cmd + " ")
cb_custom_command.current(imagick_commands.index(cmd_imagick))

################
Expand Down

0 comments on commit de10af7

Please sign in to comment.