Skip to content

guyuedumingx/PluginBase

Repository files navigation

PluginBase

a meta plugin base in python

Pack

This command with make a dist directory with a binary file in it

pyinstaller run.spec

Copy the binary file into the current directory

// macos
cp ./dist/run ./

// windows
cp ./dist/run.exe ./

Run the binary file

//macos
./run

//windows
./run.exe

Tips

If you want to add hiddenimport to the project, you can edit run.spec file and add the labery into the hiddenimport feild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages