Attempt to use Nuitka to generate Socializer

This commit is contained in:
2021-12-14 15:27:02 -06:00
parent b46634997e
commit b5ef428f5e
6 changed files with 32 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ var StartMenuFolder
Section
SetShellVarContext All
SetOutPath "$INSTDIR"
File /r dist\*
File /r socializer.dist\*
CreateShortCut "$DESKTOP\socializer.lnk" "$INSTDIR\socializer.exe"
!insertmacro MUI_STARTMENU_WRITE_BEGIN startmenu
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"

View File

@@ -1,10 +1,8 @@
# -*- coding: utf-8 -*-
import logger
import sys
import fixes
import traceback
#if hasattr(sys, "frozen"):
fixes.setup()
import platform
import languageHandler
import widgetUtils