Skip to content

Commit ff1b904

Browse files
committed
Fix installer
1 parent 37eed5d commit ff1b904

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ upload-web:
9696
echo "No WASM webserver credentials, will NOT update the WASM demo"; \
9797
fi
9898

99-
installer: setup-installer repo upload-repo
99+
create-installer:
100100
rm -rf $(INSTALLER_NAME)
101101
$(INSTALLER_BIN_DIR)/binarycreator$(EXE_EXT) -p installer/packages -c installer/config/config.xml -e $(TARGET_PACKAGE) $(INSTALLER_NAME)
102102

103+
installer: setup-installer repo upload-repo create-installer
104+
103105
setup-installer:
104106
@echo "Setting up installer configuration..."
105107

@@ -130,7 +132,7 @@ setup-installer:
130132
@echo ' <WizardDefaultHeight>500</WizardDefaultHeight>' >> installer/config/config.xml
131133
@echo ' <WizardMinimumWidth>800</WizardMinimumWidth>' >> installer/config/config.xml
132134
@echo ' <WizardMinimumHeight>500</WizardMinimumHeight>' >> installer/config/config.xml
133-
@echo ' <WizardShowPageList>true</WizardShowPageList>' >> installer/config/config.xml
135+
@echo ' <WizardShowPageList>false</WizardShowPageList>' >> installer/config/config.xml
134136
@echo ' <InstallActionColumnVisible>true</InstallActionColumnVisible>' >> installer/config/config.xml
135137
@echo ' <RemoteRepositories>' >> installer/config/config.xml
136138
@echo ' <Repository>' >> installer/config/config.xml
@@ -317,5 +319,5 @@ clean:
317319
rm -rf $(BUILD_DIR) $(ABS_INSTALL_DIR) emsdk installer/packages installer/config/config.xml installer/config/meta/package.xml
318320
rm -rf $(INSTALLER_NAME) $(TARGET_PACKAGE) $(REPO_NAME) CMakeLists.txt.user
319321

320-
.PHONY: all repo upload-repo upload-web installer setup-installer desktop-build desktop shortcut emsdk patch-web unpatch-web web web-build run-web clean
322+
.PHONY: all repo upload-repo upload-web create-installer installer setup-installer desktop-build desktop shortcut emsdk patch-web unpatch-web web web-build run-web clean
321323
.IGNORE: clean

installer/config/banner.png

10.1 KB
Loading

installer/config/logo.png

-785 KB
Loading

0 commit comments

Comments
 (0)