File tree Expand file tree Collapse file tree 4 files changed +540
-14
lines changed
contrib/installer/windows Expand file tree Collapse file tree 4 files changed +540
-14
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,9 @@ endif
181
181
docs/Formats.md : formatprinter
182
182
$(Q )$(call EXEC_PATH,formatprinter) --markdown > $@
183
183
184
+ contrib/installer/windows/wixpatch.xml : formatprinter
185
+ $(Q )$(call EXEC_PATH,formatprinter) --wix > $@
186
+
184
187
tools/html/data.js : formatprinter
185
188
$(Q ) printf " const jsonData = " > $@
186
189
$(Q )$(call EXEC_PATH,formatprinter) --palette --image --voxel | jq >> $@
@@ -192,7 +195,7 @@ contrib/installer/linux/x-voxel.xml: formatprinter
192
195
contrib/installer/osx/voxedit.plist.in : formatprinter
193
196
$(Q )$(call EXEC_PATH,formatprinter) --plist > $@
194
197
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
196
199
197
200
dependency-% :
198
201
$(Q )$(CMAKE ) -H$(CURDIR ) -B$(BUILDDIR ) $(CMAKE_OPTIONS )
You can’t perform that action at this time.
0 commit comments