Skip to content

Commit 1affe65

Browse files
Rename product from VSCodium to AetherCode
Signed-off-by: Shadownite133 <shadownite0130@gmail.com>
1 parent b0d4c64 commit 1affe65

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build/windows/msi/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ WIN_SDK_MAJOR_VERSION="10"
1010
WIN_SDK_FULL_VERSION="10.0.17763.0"
1111

1212
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
13-
PRODUCT_NAME="VSCodium - Insiders"
14-
PRODUCT_CODE="VSCodiumInsiders"
13+
PRODUCT_NAME="AetherCode - Insiders"
14+
PRODUCT_CODE="AetherCodeInsiders"
1515
PRODUCT_UPGRADE_CODE="1C9B7195-5A9A-43B3-B4BD-583E20498467"
1616
ICON_DIR="..\\..\\..\\src\\insider\\resources\\win32"
1717
SETUP_RESOURCES_DIR=".\\resources\\insider"
1818
else
19-
PRODUCT_NAME="VSCodium"
20-
PRODUCT_CODE="VSCodium"
19+
PRODUCT_NAME="AetherCode"
20+
PRODUCT_CODE="AetherCode"
2121
PRODUCT_UPGRADE_CODE="965370CD-253C-4720-82FC-2E6B02A53808"
2222
ICON_DIR="..\\..\\..\\src\\stable\\resources\\win32"
2323
SETUP_RESOURCES_DIR=".\\resources\\stable"
@@ -35,9 +35,9 @@ 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="AetherCode-${VSCODE_ARCH}-${RELEASE_VERSION}"
3939
else
40-
OUTPUT_BASE_FILENAME="VSCodium-${VSCODE_ARCH}-${1}-${RELEASE_VERSION}"
40+
OUTPUT_BASE_FILENAME="AetherCode-${VSCODE_ARCH}-${1}-${RELEASE_VERSION}"
4141
fi
4242

4343
if [[ "${VSCODE_ARCH}" == "ia32" ]]; then

0 commit comments

Comments
 (0)