Skip to content

Commit fd06d66

Browse files
authored
style: use ecformat to lint project (#2905)
1 parent 4d3a21c commit fd06d66

40 files changed

Lines changed: 2752 additions & 2693 deletions

.ecformat_ignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Binary files
2+
*.bmp
3+
*.icns
4+
*.ico
5+
*.png
6+
*.xpm
7+
8+
# File types with a mixed formatting which seems to be intentional.
9+
# Disabling only check for some properties (like indent_size) is currently not supported.
10+
11+
# Some mixed indentation due to alignment with previous line
12+
stores/snapcraft/{stable,insider}/snap/local/bin/electron-launch

.editorconfig

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,29 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12+
[*.md]
13+
indent_style = space
14+
indent_size = 3
15+
16+
[*.patch{,.no,.yet}]
17+
trim_trailing_whitespace = false
18+
insert_final_newline = false
19+
# There are files with different kinds of indentations
20+
indent_style = unset
21+
indent_size = unset
22+
1223
[*.sh]
1324
indent_style = space
1425
indent_size = 2
1526

27+
[*.svg]
28+
insert_final_newline = false
29+
1630
[*.{yml,yaml}]
1731
indent_style = space
1832
indent_size = 2
1933

20-
[*.patch]
21-
trim_trailing_whitespace = false
22-
insert_final_newline = false
23-
24-
[*.svg]
25-
insert_final_newline = false
34+
[*.{xml,xsl,wxi,wxl,wxs}]
35+
indent_style = tab
36+
indent_size = 4
37+
tab_width = 4

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ A clear and concise description of what you expected to happen.
3030
If applicable, add screenshots to help explain your problem.
3131

3232
**Desktop (please complete the following information):**
33-
- OS: [e.g. Mac OS, Ubuntu 20.04, etc]
34-
- Architecture [e.g. x64, ia32, arm64]
35-
- Version [e.g. 1.33.0]
36-
- App Manager [e.g. Winget, Homebrew, Snap, AUR, RPM, Nix, ...]
37-
- Sandboxed [e.g. no, Flatpak, Snap]
33+
- OS: [e.g. Mac OS, Ubuntu 20.04, etc]
34+
- Architecture [e.g. x64, ia32, arm64]
35+
- Version [e.g. 1.33.0]
36+
- App Manager [e.g. Winget, Homebrew, Snap, AUR, RPM, Nix, ...]
37+
- Sandboxed [e.g. no, Flatpak, Snap]
3838

3939
**Additional context**
4040
Add any other context about the problem here.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Lint - ecformat
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- insider
8+
pull_request:
9+
branches:
10+
- "**"
11+
12+
permissions: {}
13+
14+
jobs:
15+
ecformat:
16+
runs-on: ubuntu-latest
17+
permissions:
18+
security-events: write
19+
steps:
20+
- name: Checkout repo
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
22+
with:
23+
persist-credentials: false
24+
25+
- name: Run ecformat
26+
run: |
27+
cargo install ecformat@0.2.0
28+
29+
ecformat check --verbose --ignore-file .ecformat_ignore

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ community include:
2121
* Being respectful of differing opinions, viewpoints, and experiences
2222
* Giving and gracefully accepting constructive feedback
2323
* Accepting responsibility and apologizing to those affected by our mistakes,
24-
and learning from the experience
24+
and learning from the experience
2525
* Focusing on what is best not just for us as individuals, but for the overall
26-
community
26+
community
2727

2828
Examples of unacceptable behavior include:
2929

3030
* The use of sexualized language or imagery, and sexual attention or advances of
31-
any kind
31+
any kind
3232
* Trolling, insulting or derogatory comments, and personal or political attacks
3333
* Public or private harassment
3434
* Publishing others' private information, such as a physical or email address,
35-
without their explicit permission
35+
without their explicit permission
3636
* Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
37+
professional setting
3838

3939
## Enforcement Responsibilities
4040

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2020
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2121
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
23+
SOFTWARE.

README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div id="vscodium-logo" align="center">
2-
<br />
3-
<img src="./icons/stable/codium_cnl.svg" alt="VSCodium Logo" width="200"/>
4-
<h1>VSCodium</h1>
5-
<h3>Free/Libre Open Source Software Binaries of Visual Studio Code</h3>
2+
<br />
3+
<img src="./icons/stable/codium_cnl.svg" alt="VSCodium Logo" width="200"/>
4+
<h1>VSCodium</h1>
5+
<h3>Free/Libre Open Source Software Binaries of Visual Studio Code</h3>
66
</div>
77

88
<div id="badges" align="center">
@@ -20,14 +20,14 @@
2020
## Table of Contents
2121

2222
- [Download/Install](#download-install)
23-
- [Install with Brew](#install-with-brew)
24-
- [Install with Windows Package Manager (WinGet)](#install-with-winget)
25-
- [Install with Chocolatey](#install-with-choco)
26-
- [Install with Scoop](#install-with-scoop)
27-
- [Install with snap](#install-with-snap)
28-
- [Install with Package Manager](#install-with-package-manager)
29-
- [Install on Arch Linux](#install-on-arch-linux)
30-
- [Flatpak Option](#flatpak)
23+
- [Install with Brew](#install-with-brew)
24+
- [Install with Windows Package Manager (WinGet)](#install-with-winget)
25+
- [Install with Chocolatey](#install-with-choco)
26+
- [Install with Scoop](#install-with-scoop)
27+
- [Install with snap](#install-with-snap)
28+
- [Install with Package Manager](#install-with-package-manager)
29+
- [Install on Arch Linux](#install-on-arch-linux)
30+
- [Flatpak Option](#flatpak)
3131
- [Build](#build)
3232
- [Why Does This Exist](#why)
3333
- [More Info](#more-info)
@@ -143,12 +143,12 @@ If you want to build from source yourself, head over to [Microsoft's vscode repo
143143
Microsoft's build process (which we are running to build the binaries) does download additional files. Those packages downloaded during build are:
144144

145145
- Pre-built extensions from the GitHub:
146-
- [ms-vscode.js-debug-companion](https://github.com/microsoft/vscode-js-debug-companion)
147-
- [ms-vscode.js-debug](https://github.com/microsoft/vscode-js-debug)
148-
- [ms-vscode.vscode-js-profile-table](https://github.com/microsoft/vscode-js-profile-visualizer)
146+
- [ms-vscode.js-debug-companion](https://github.com/microsoft/vscode-js-debug-companion)
147+
- [ms-vscode.js-debug](https://github.com/microsoft/vscode-js-debug)
148+
- [ms-vscode.vscode-js-profile-table](https://github.com/microsoft/vscode-js-profile-visualizer)
149149
- From [Electron releases](https://github.com/electron/electron/releases) (using [gulp-atom-electron](https://github.com/joaomoreno/gulp-atom-electron))
150-
- electron
151-
- ffmpeg
150+
- electron
151+
- ffmpeg
152152

153153
## <a id="more-info"></a>More Info
154154

@@ -189,32 +189,32 @@ The minimal version is limited by the core component Electron, you may want to c
189189
## <a id="previously-supported-platforms"></a>Previously Supported Platforms
190190

191191
- GNU/Linux armhf:
192-
- Latest available: [v1.121.03429](https://github.com/VSCodium/vscodium/releases/tag/1.121.03429).
193-
- Breaking point: `node-v24`.
192+
- Latest available: [v1.121.03429](https://github.com/VSCodium/vscodium/releases/tag/1.121.03429).
193+
- Breaking point: `node-v24`.
194194

195195
## <a id="thanks"></a>Special thanks
196196

197197
<table>
198-
<tr>
199-
<td><a href="https://github.com/jaredreich" target="_blank">@jaredreich</a></td>
200-
<td>for the logo</td>
201-
</tr>
202-
<tr>
203-
<td><a href="https://github.com/PalinuroSec" target="_blank">@PalinuroSec</a></td>
204-
<td>for CDN and domain name</td>
205-
</tr>
206-
<tr>
207-
<td><a href="https://www.macstadium.com" target="_blank"><img src="https://images.prismic.io/macstadium/66fbce64-707e-41f3-b547-241908884716_MacStadium_Logo.png?w=128&q=75" width="128" height="49" alt="MacStadium logo" /></a></td>
208-
<td>for providing a Mac mini M1</td>
209-
</tr>
210-
<tr>
211-
<td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td>
212-
<td>for macOS certificate</td>
213-
</tr>
214-
<tr>
215-
<td><a href="https://signpath.org/" target="_blank"><img src="https://avatars.githubusercontent.com/u/34448643" height="30" alt="SignPath logo" /></a></td>
216-
<td>free code signing on Windows provided by <a href="https://signpath.io/" target="_blank">SignPath.io</a>, certificate by <a href="https://signpath.org/" target="_blank">SignPath Foundation</a></td>
217-
</tr>
198+
<tr>
199+
<td><a href="https://github.com/jaredreich" target="_blank">@jaredreich</a></td>
200+
<td>for the logo</td>
201+
</tr>
202+
<tr>
203+
<td><a href="https://github.com/PalinuroSec" target="_blank">@PalinuroSec</a></td>
204+
<td>for CDN and domain name</td>
205+
</tr>
206+
<tr>
207+
<td><a href="https://www.macstadium.com" target="_blank"><img src="https://images.prismic.io/macstadium/66fbce64-707e-41f3-b547-241908884716_MacStadium_Logo.png?w=128&q=75" width="128" height="49" alt="MacStadium logo" /></a></td>
208+
<td>for providing a Mac mini M1</td>
209+
</tr>
210+
<tr>
211+
<td><a href="https://github.com/daiyam" target="_blank">@daiyam</a></td>
212+
<td>for macOS certificate</td>
213+
</tr>
214+
<tr>
215+
<td><a href="https://signpath.org/" target="_blank"><img src="https://avatars.githubusercontent.com/u/34448643" height="30" alt="SignPath logo" /></a></td>
216+
<td>free code signing on Windows provided by <a href="https://signpath.io/" target="_blank">SignPath.io</a>, certificate by <a href="https://signpath.org/" target="_blank">SignPath Foundation</a></td>
217+
</tr>
218218
</table>
219219

220220
## <a id="license"></a>License

build/linux/anylinux-appimage/cli-router.hook

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22

33
# when run in remote terminal, use the remote cli
44
if [ -n "$VSCODE_IPC_HOOK_CLI" ]; then
5-
REMOTE_CLI=""
6-
_IFS=$IFS
7-
IFS=:
8-
for d in $PATH; do
9-
case "$d" in
10-
*/remote-cli/*)
11-
if REMOTE_CLI=$(PATH=$d command -v @@NAME@@); then
12-
break
13-
fi
14-
;;
15-
esac
16-
done
17-
IFS=$_IFS
18-
if [ -n "$REMOTE_CLI" ]; then
19-
"$REMOTE_CLI" "$@"
20-
exit $?
21-
fi
5+
REMOTE_CLI=""
6+
_IFS=$IFS
7+
IFS=:
8+
for d in $PATH; do
9+
case "$d" in
10+
*/remote-cli/*)
11+
if REMOTE_CLI=$(PATH=$d command -v @@NAME@@); then
12+
break
13+
fi
14+
;;
15+
esac
16+
done
17+
IFS=$_IFS
18+
if [ -n "$REMOTE_CLI" ]; then
19+
"$REMOTE_CLI" "$@"
20+
exit $?
21+
fi
2222
fi
2323

2424
# test that @@NAME_LONG@@ wasn't installed inside WSL
2525
if grep -qi Microsoft /proc/version && [ -z "$DONT_PROMPT_WSL_INSTALL" ]; then
26-
echo "To use @@NAME_LONG@@ with the Windows Subsystem for Linux, please install @@NAME_LONG@@ in Windows and uninstall the Linux version in WSL. You can then use the \`@@NAME@@\` command in a WSL terminal just as you would in a normal command prompt." 1>&2
27-
printf "Do you want to continue anyway? [y/N] " 1>&2
28-
read -r YN
29-
case "$YN" in
30-
y|Y|yes|Yes|YES) :;;
31-
*) exit 1;;
32-
esac
33-
echo "To no longer see this prompt, start @@NAME_LONG@@ with the environment variable DONT_PROMPT_WSL_INSTALL defined." 1>&2
26+
echo "To use @@NAME_LONG@@ with the Windows Subsystem for Linux, please install @@NAME_LONG@@ in Windows and uninstall the Linux version in WSL. You can then use the \`@@NAME@@\` command in a WSL terminal just as you would in a normal command prompt." 1>&2
27+
printf "Do you want to continue anyway? [y/N] " 1>&2
28+
read -r YN
29+
case "$YN" in
30+
y|Y|yes|Yes|YES) :;;
31+
*) exit 1;;
32+
esac
33+
echo "To no longer see this prompt, start @@NAME_LONG@@ with the environment variable DONT_PROMPT_WSL_INSTALL defined." 1>&2
3434
fi
3535

3636
# If root, ensure that --user-data-dir or --file-write is specified
3737
if [ "$APPIMAGE_UID" = 0 ]; then
38-
for i do
39-
case "$i" in
40-
--user-data-dir|--user-data-dir=*|--file-write|tunnel|serve-web)
41-
CAN_LAUNCH_AS_ROOT=1
42-
;;
43-
esac
44-
done
45-
if [ -z "$CAN_LAUNCH_AS_ROOT" ]; then
46-
echo "You are trying to start @@NAME_LONG@@ as a super user which isn't recommended. If this was intended, please add the argument \`--no-sandbox\` and specify an alternate user data directory using the \`--user-data-dir\` argument." 1>&2
47-
exit 1
48-
fi
38+
for i do
39+
case "$i" in
40+
--user-data-dir|--user-data-dir=*|--file-write|tunnel|serve-web)
41+
CAN_LAUNCH_AS_ROOT=1
42+
;;
43+
esac
44+
done
45+
if [ -z "$CAN_LAUNCH_AS_ROOT" ]; then
46+
echo "You are trying to start @@NAME_LONG@@ as a super user which isn't recommended. If this was intended, please add the argument \`--no-sandbox\` and specify an alternate user data directory using the \`--user-data-dir\` argument." 1>&2
47+
exit 1
48+
fi
4949
fi
5050

5151
ELECTRON=$APPDIR/bin/@@NAME@@

build/linux/ppc64le/electron.sha256sums

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ e246066ccc328729e6a9f2a0d829bc893391cf54ed199b809bb7e47993fed88f *electron.d.ts
88
3e85df4843497ce567ad36ddf826cd1af7dfe9f883daad4623736ddd012dbfd1 *libcxx-objects-v41.0.3-linux-ppc64le.zip
99
5587472eeaf9bfb76d0f187ecc19d11d60bc05f5e7c8fa822f2370210c30b95d *libcxx_headers.zip
1010
f531ddd2782b4b19caf622c0355c93892965e22861279cc891675230c1310905 *libcxxabi_headers.zip
11-
6cb0e67dc5a23de0ebbe89253e1f24bf9d4ca41213a1b9f784f2afaa2cf61324 *mksnapshot-v41.0.3-linux-ppc64le.zip
11+
6cb0e67dc5a23de0ebbe89253e1f24bf9d4ca41213a1b9f784f2afaa2cf61324 *mksnapshot-v41.0.3-linux-ppc64le.zip

build/windows/msi/build.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ LICENSE_DIR="..\\..\\..\\vscode"
3535
PROGRAM_FILES_86=$( env | sed -n 's/^ProgramFiles(x86)=//p' )
3636

3737
if [[ -z "${1}" ]]; then
38-
OUTPUT_BASE_FILENAME="VSCodium-${VSCODE_ARCH}-${RELEASE_VERSION}"
38+
OUTPUT_BASE_FILENAME="VSCodium-${VSCODE_ARCH}-${RELEASE_VERSION}"
3939
else
40-
OUTPUT_BASE_FILENAME="VSCodium-${VSCODE_ARCH}-${1}-${RELEASE_VERSION}"
40+
OUTPUT_BASE_FILENAME="VSCodium-${VSCODE_ARCH}-${1}-${RELEASE_VERSION}"
4141
fi
4242

4343
if [[ "${VSCODE_ARCH}" == "ia32" ]]; then
44-
export PLATFORM="x86"
44+
export PLATFORM="x86"
4545
else
46-
export PLATFORM="${VSCODE_ARCH}"
46+
export PLATFORM="${VSCODE_ARCH}"
4747
fi
4848

4949
sed -i "s|@@PRODUCT_UPGRADE_CODE@@|${PRODUCT_UPGRADE_CODE}|g" .\\includes\\vscodium-variables.wxi
@@ -52,25 +52,25 @@ sed -i "s|@@PRODUCT_NAME@@|${PRODUCT_NAME}|g" .\\vscodium.xsl
5252
find i18n -name '*.wxl' -print0 | xargs -0 sed -i "s|@@PRODUCT_NAME@@|${PRODUCT_NAME}|g"
5353

5454
BuildSetupTranslationTransform() {
55-
local CULTURE=${1}
56-
local LANGID=${2}
55+
local CULTURE=${1}
56+
local LANGID=${2}
5757

58-
LANGIDS="${LANGIDS},${LANGID}"
58+
LANGIDS="${LANGIDS},${LANGID}"
5959

60-
echo "Building setup translation for culture \"${CULTURE}\" with LangID \"${LANGID}\"..."
60+
echo "Building setup translation for culture \"${CULTURE}\" with LangID \"${LANGID}\"..."
6161

62-
"${WIX}bin\\light.exe" vscodium.wixobj "Files-${OUTPUT_BASE_FILENAME}.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetFxExtension -spdb -cc "${TEMP}\\vscodium-cab-cache\\${PLATFORM}" -reusecab -out "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" -loc "i18n\\vscodium.${CULTURE}.wxl" -cultures:"${CULTURE}" -sice:ICE60 -sice:ICE69
62+
"${WIX}bin\\light.exe" vscodium.wixobj "Files-${OUTPUT_BASE_FILENAME}.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetFxExtension -spdb -cc "${TEMP}\\vscodium-cab-cache\\${PLATFORM}" -reusecab -out "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" -loc "i18n\\vscodium.${CULTURE}.wxl" -cultures:"${CULTURE}" -sice:ICE60 -sice:ICE69
6363

64-
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\WiLangId.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" Product "${LANGID}"
64+
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\WiLangId.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" Product "${LANGID}"
6565

66-
"${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\x86\\msitran" -g "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst"
66+
"${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\x86\\msitran" -g "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst"
6767

68-
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\wisubstg.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst" "${LANGID}"
68+
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\wisubstg.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst" "${LANGID}"
6969

70-
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\wisubstg.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi"
70+
cscript "${PROGRAM_FILES_86}\\Windows Kits\\${WIN_SDK_MAJOR_VERSION}\\bin\\${WIN_SDK_FULL_VERSION}\\${PLATFORM}\\wisubstg.vbs" "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.msi"
7171

72-
rm -f "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi"
73-
rm -f "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst"
72+
rm -f "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.msi"
73+
rm -f "${SETUP_RELEASE_DIR}\\${OUTPUT_BASE_FILENAME}.${CULTURE}.mst"
7474
}
7575

7676
"${WIX}bin\\heat.exe" dir "${BINARY_DIR}" -out "Files-${OUTPUT_BASE_FILENAME}.wxs" -t vscodium.xsl -gg -sfrag -scom -sreg -srd -ke -cg "AppFiles" -var var.ManufacturerName -var var.AppName -var var.AppCodeName -var var.ProductVersion -var var.IconDir -var var.LicenseDir -var var.BinaryDir -dr APPLICATIONFOLDER -platform "${PLATFORM}"

0 commit comments

Comments
 (0)