build/windows: Explain the purpose of the bundling script
This commit is contained in:
parent
e52b49e0a3
commit
5d308e9ed9
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ import sys
|
|||
from pathlib import Path
|
||||
from glob import glob
|
||||
|
||||
# This script is used to create a GIMP bundle dir on Windows. A bundle
|
||||
# is used as source of files for making both .exe installer and .msix package
|
||||
if not os.getenv("MESON_BUILD_ROOT"):
|
||||
# Let's prevent contributors from creating broken bundles
|
||||
print("\033[31m(ERROR)\033[0m: Script called standalone. Please build GIMP targeting installer or msix creation.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue