Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: Simplify local deb-build script (#418)
The original idea was to --exclude=docs, but then I figured out we could also exclude .github, as well as .vscode, and my local build folder, etc. Soon enough it became obvious that using a whitelist makes more sense than a black list. This affects only the development build done locally. This script is not used by CI. It is used only in two situations: - When invoked directly because you want to build the deb in your machine - When running the E2E tests without `$env:UP4W_TEST_BUILD_PATH`. (The CI does assign it, so this script is not used).
- Loading branch information