Skip to content

Commit

Permalink
- fixed the Windows build process
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Nov 16, 2024
1 parent 1d6fe32 commit 9c38548
Show file tree
Hide file tree
Showing 2 changed files with 2,626 additions and 2,414 deletions.
5 changes: 3 additions & 2 deletions src/build/pysidedeploy_windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ title = Porn Fetch
project_dir = .

# source file path
input_file = main.py

# directory where exec is stored
exec_directory = .
Expand Down Expand Up @@ -41,7 +42,7 @@ qml_files =
excluded_qml_plugins =

# qt modules used. comma separated
modules = Core,Widgets,Gui
modules = Core,Gui,Widgets

# qt plugins used by the application
plugins = egldeviceintegrations,iconengines,platforms/darwin,xcbglintegrations,imageformats,platforms,platformthemes,styles,platforminputcontexts,accessiblebridge,generic
Expand All @@ -65,7 +66,7 @@ plugins =
macos.permissions =

# (str) specify any extra nuitka arguments
extra_args = --quiet --noinclude-qt-translations --assume-yes-for-downloads
extra_args = --noinclude-qt-translations --assume-yes-for-downloads --disable-cache=all --clean-cache=all --warn-unusual-code --remove-output --force-dll-dependency-cache-update --show-memory --windows-console-mode=disable --mingw64 --company-name=None --product-name=PornFetch --file-version=2.5 --product-version=2.5 --copyright=JohannesHabel

[buildozer]

Expand Down
Loading

0 comments on commit 9c38548

Please sign in to comment.