mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
24
android/extern/libjpeg-turbo/release/Distribution.xml.in
vendored
Normal file
24
android/extern/libjpeg-turbo/release/Distribution.xml.in
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<installer-gui-script minSpecVersion="1">
|
||||
<title>@CMAKE_PROJECT_NAME@</title>
|
||||
<welcome file="Welcome.rtf" />
|
||||
<readme file="ReadMe.txt" />
|
||||
<license file="License.rtf" />
|
||||
<domains
|
||||
enable_anywhere="false"
|
||||
enable_currentUserHome="false"
|
||||
enable_localSystem="true"
|
||||
/>
|
||||
<options customize="never" />
|
||||
<choices-outline>
|
||||
<line choice="default">
|
||||
<line choice="@PKGID@"/>
|
||||
</line>
|
||||
</choices-outline>
|
||||
<choice id="default"/>
|
||||
<choice id="@PKGID@" visible="false">
|
||||
<pkg-ref id="@PKGID@"/>
|
||||
</choice>
|
||||
<pkg-ref auth="root"
|
||||
id="@PKGID@">@PKGNAME@.pkg</pkg-ref>
|
||||
</installer-gui-script>
|
||||
Reference in New Issue
Block a user