You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a basic shell script which should include several flags to handle building the application:
--clean: Remove build directories and compiled binaries.
--build: Build the application.
--package: Package as a python project.
--release: Package as finalised application.
--win32: Build for Windows 32 Bits platforms.
--win64: Build for Windows 64 Bits platforms.
--macos: Build for MACOSX platforms.
--linux: Build for Linux platforms.
Sample Usage
./build.sh --package --linux: Should package the application as a python project for Linux platforms. ./build.sh --clean --build --win32: Should clean the building directories and build the application for Windows 32 platforms only.
When enabled, this flag generates a clean ZIP archive of the project.
- Bundled 7z for win32
- Bundled 7z for win64
- Bundled 7zz for macos
- Bundled 7zz for linux
Relates to #10
Just a basic shell script which should include several flags to handle building the application:
Sample Usage
./build.sh --package --linux
: Should package the application as a python project for Linux platforms../build.sh --clean --build --win32
: Should clean the building directories and build the application for Windows 32 platforms only.Related Issues
Relates to #5 & #9
The text was updated successfully, but these errors were encountered: