Skip to content

Commit

Permalink
Merge pull request #672 from retiutut/development
Browse files Browse the repository at this point in the history
Comment out Windows 32bit build in make-release.py
  • Loading branch information
retiutut authored Jan 31, 2020
2 parents 855e58b + 7571de2 commit 9247cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release_script/make-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ def package_app(sketch_dir, flavor, windows_signing=False, windows_pfx_path = ''
package_app(sketch_dir, flavor, windows_signing, windows_pfx_path, windows_pfx_password)

# on window, also build the 32-bit version
if(LOCAL_OS == WINDOWS):
flavor = flavors[WINDOWS32]
#if(LOCAL_OS == WINDOWS):
#flavor = flavors[WINDOWS32]
# run the 32-bit build (processing-java32)
build_app(sketch_dir, True)
#build_app(sketch_dir, True)
#package it up
package_app(sketch_dir, flavor, windows_signing, windows_pfx_path, windows_pfx_password)
#package_app(sketch_dir, flavor, windows_signing, windows_pfx_path, windows_pfx_password)

0 comments on commit 9247cdc

Please sign in to comment.