Skip to content

Commit

Permalink
Mod for antivirus
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfab1 committed Mar 12, 2024
1 parent 451dc4e commit 8cdd8f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Irfanview_DPI_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,4 +573,8 @@ def choose_fig_directories():

# note for me on how to use pyinstaller. From terminal:
# pyinstaller --onefile --clean --noconsole Irfanview_DPI_list.py
# pyinstaller --onefile --clean --noconsole --icon=icon/IrfanXcel.ico --add-data "icon/IrfanXcel.ico;icon/" Irfanview_DPI_list.py
# pyinstaller --onefile --clean --noconsole --icon=icon/IrfanXcel.ico --add-data "icon/IrfanXcel.ico;icon/" Irfanview_DPI_list.py
#
# Consider not using --onefile or use --onedir instead if feasible.
# Obtain a digital certificate and sign your executable.
# virus -- Mal.Wind32.TRX.XXPE50FFF078

0 comments on commit 8cdd8f6

Please sign in to comment.