Skip to content

Commit

Permalink
#4087 Old installer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Aug 5, 2022
1 parent 6453975 commit 2319a8c
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 608 deletions.
58 changes: 32 additions & 26 deletions SQLiteStudio-installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
</setInstallerVariable>
<setInstallerVariable>
<name>src_prefix</name>
<value>C:/projects/sqlitestudio-master</value>
<value>C:/projects/sqlitestudio</value>
<ruleList>
<compareText logic="equals" text="${env(INSTALLER_SRC_PREFIX)}" value=""/>
</ruleList>
Expand Down Expand Up @@ -209,13 +209,13 @@
<platformTest type="windows"/>
</ruleList>
</associateWindowsFileExtension>
<actionGroup>
<explanation>Linux</explanation>
<actionList>
<writeFile>
<encoding>utf-8</encoding>
<path>${desktop_prefix}/SQLiteStudio.desktop</path>
<text>
<actionGroup>
<explanation>Linux</explanation>
<actionList>
<writeFile>
<encoding>utf-8</encoding>
<path>${desktop_prefix}/SQLiteStudio.desktop</path>
<text>
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Expand All @@ -229,16 +229,16 @@ Type=Application
Categories=Application;Development;Database
MimeType=application/vnd.sqlite3
</text>
</writeFile>
<runProgram>
<program>xdg-mime</program>
<programArguments>default SQLiteStudio.desktop application/vnd.sqlite3</programArguments>
</runProgram>
</actionList>
<ruleList>
<platformTest type="linux"/>
</ruleList>
</actionGroup>
</writeFile>
<runProgram>
<program>xdg-mime</program>
<programArguments>default SQLiteStudio.desktop application/vnd.sqlite3</programArguments>
</runProgram>
</actionList>
<ruleList>
<platformTest type="linux"/>
</ruleList>
</actionGroup>
</actionList>
<ruleList>
<isTrue value="${file_assoc}"/>
Expand All @@ -254,12 +254,12 @@ MimeType=application/vnd.sqlite3
<platformTest type="windows"/>
</ruleList>
</removeWindowsFileAssociation>
<deleteFile>
<path>${desktop_prefix}/SQLiteStudio.desktop</path>
<deleteFile>
<path>${desktop_prefix}/SQLiteStudio.desktop</path>
<ruleList>
<platformTest type="linux"/>
<platformTest type="linux"/>
</ruleList>
</deleteFile>
</deleteFile>
</preUninstallationActionList>
<compressionAlgorithm>lzma-ultra</compressionAlgorithm>
<createOsxBundleDmg>1</createOsxBundleDmg>
Expand Down Expand Up @@ -320,8 +320,14 @@ MimeType=application/vnd.sqlite3
<ordering>default</ordering>
<width>40</width>
<optionList>
<option text="all users (requires root privileges)" value="all"/>
<option text="local user only" value="local"/>
<option text="all users (requires root privileges)" value="all">
<description></description>
<image></image>
</option>
<option text="local user only" value="local">
<description></description>
<image></image>
</option>
</optionList>
</choiceParameter>
</parameterList>
Expand Down Expand Up @@ -350,8 +356,8 @@ MimeType=application/vnd.sqlite3
</booleanParameter>
</parameterList>
<ruleList>
<platformTest negate="1" type="osx"/>
</ruleList>
<platformTest negate="1" type="osx"/>
</ruleList>
</parameterGroup>
<directoryParameter>
<name>installdir</name>
Expand Down
64 changes: 0 additions & 64 deletions SQLiteStudio3/sqlitestudio/installscript.qs

This file was deleted.

64 changes: 0 additions & 64 deletions SQLiteStudio3/sqlitestudio/register_file_types.ui

This file was deleted.

Loading

0 comments on commit 2319a8c

Please sign in to comment.