Skip to content

Commit 8d154cc

Browse files
committed
FORMATPRINTER: added wix patch file support
this is currently untested for the real msi installer and still might need more work
1 parent 0ea5174 commit 8d154cc

File tree

4 files changed

+540
-14
lines changed

4 files changed

+540
-14
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ endif
181181
docs/Formats.md: formatprinter
182182
$(Q)$(call EXEC_PATH,formatprinter) --markdown > $@
183183

184+
contrib/installer/windows/wixpatch.xml: formatprinter
185+
$(Q)$(call EXEC_PATH,formatprinter) --wix > $@
186+
184187
tools/html/data.js: formatprinter
185188
$(Q)printf "const jsonData = " > $@
186189
$(Q)$(call EXEC_PATH,formatprinter) --palette --image --voxel | jq >> $@
@@ -192,7 +195,7 @@ contrib/installer/linux/x-voxel.xml: formatprinter
192195
contrib/installer/osx/voxedit.plist.in: formatprinter
193196
$(Q)$(call EXEC_PATH,formatprinter) --plist > $@
194197

195-
formats: tools/html/data.js contrib/installer/linux/x-voxel.xml contrib/installer/osx/application.plist.in docs/Formats.md
198+
formats: tools/html/data.js contrib/installer/linux/x-voxel.xml contrib/installer/osx/application.plist.in docs/Formats.md contrib/installer/windows/wixpatch.xml
196199

197200
dependency-%:
198201
$(Q)$(CMAKE) -H$(CURDIR) -B$(BUILDDIR) $(CMAKE_OPTIONS)

0 commit comments

Comments
 (0)