mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Modify extras installer
Define the architectures of the host machine to include arm Update version numbers of extensions to reflect content
This commit is contained in:
BIN
Binary file not shown.
+4
-4
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<installer-gui-script minSpecVersion="2">
|
||||
<title>DISTRIBUTION_TITLE</title>
|
||||
<title>DISTRIBUTION_TITLE</title>
|
||||
|
||||
<background file="installerBackground.png" scaling="proportional" alignment="bottomleft"/>
|
||||
|
||||
<welcome file="Welcome.rtf"/>
|
||||
|
||||
<options customize="always" require-scripts="false"/>
|
||||
<options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
|
||||
|
||||
<volume-check>
|
||||
<allowed-os-versions>
|
||||
@@ -48,8 +48,8 @@
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-AudioVideo" version="1.4">#Scripts-AudioVideo.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Fun" version="1.3">#Scripts-Fun.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Utilities" version="1.3">#Scripts-Utilities.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption" version="1.0.17">#Extension-BlowfishEncryption.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser" version="1.0.8">#Extension-WikiStyleLinkParser.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption" version="1.0.18">#Extension-BlowfishEncryption.pkg</pkg-ref>
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser" version="1.0.9">#Extension-WikiStyleLinkParser.pkg</pkg-ref>
|
||||
|
||||
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption">
|
||||
<must-close>
|
||||
|
||||
Reference in New Issue
Block a user