Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpuissantged committed Apr 9, 2021
1 parent bda6dd9 commit aefd059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from cx_Freeze import setup, Executable
# Dependencies are automatically detected, but it might need fine tuning.
build_exe_options = {

}
# GUI applications require a different base on Windows (the default is for
# a console application).
Expand All @@ -11,6 +11,6 @@
base = "Win32GUI"
setup( name = "editorplus",
version = "0.1",
description = "My GUI application!",
description = "Text editor Programme",
options = {"build_exe": build_exe_options},
executables = [Executable("main.py", base=base)])

0 comments on commit aefd059

Please sign in to comment.