Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

general questions about .pyzule files #41

Closed
xyz177 opened this issue Apr 10, 2024 · 2 comments
Closed

general questions about .pyzule files #41

xyz177 opened this issue Apr 10, 2024 · 2 comments

Comments

@xyz177
Copy link

xyz177 commented Apr 10, 2024

  1. How do I make .pyzule files?
  2. How do I edit my .pyzule files?
  3. What does .pyzule files do?
@asdfzxcvbn
Copy link
Owner

  1. use pyzule-gen
  2. you can't, you'd have to make a new one
  3. they practically just "store" a pyzule command. think of this pyzule command:

pyzule -i example.app -o test -uwsgf my.dylib

you could use:

pyzule-gen -o myConfig.pyzule -uwsgf my.dylib

to generate a .pyzule file that stores your config including flags used, dylibs injected, changed icon, etc etc

then you could use it like so:

pyzule -i example.app -o test -z myConfig.pyzule

and it works just like the first command.

@xyz177
Copy link
Author

xyz177 commented Apr 10, 2024

oo got it

@asdfzxcvbn asdfzxcvbn pinned this issue Apr 13, 2024
@asdfzxcvbn asdfzxcvbn changed the title not an issue but general question general questions about .pyzule files Apr 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants