mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-04-12 01:00:48 +00:00
Update the v2_file_list.xml file to match the file_list.xml file
The UpdateScript test requires these files to list the same files to install in the same order. Reviewed-by: Carles Pina
This commit is contained in:
parent
93365a2997
commit
0d1f285abb
1 changed files with 7 additions and 1 deletions
|
@ -46,12 +46,18 @@
|
|||
<size>$UPDATER_SIZE</size>
|
||||
<permissions>0755</permissions>
|
||||
</file>
|
||||
|
||||
<!-- Test symlink !-->
|
||||
<file>
|
||||
<name>test-dir/app-symlink</name>
|
||||
<target>../app</target>
|
||||
</file>
|
||||
<file>
|
||||
<name>new-dir/new-dir2/new-file.txt</name>
|
||||
<hash>$TEST_FILENAME</hash>
|
||||
<size>$TEST_SIZE</size>
|
||||
<package>app-pkg</package>
|
||||
<permissions>0644</permissions>
|
||||
</file>
|
||||
</install-v3>
|
||||
<uninstall>
|
||||
<!-- TODO - List some files to uninstall here !-->
|
||||
|
|
Loading…
Reference in a new issue