mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
installer: Remove unused InstallBuilder autoupdater
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
||||||
-->
|
|
||||||
<autoUpdateProject>
|
|
||||||
<fullName>swift</fullName>
|
|
||||||
<shortName>swift</shortName>
|
|
||||||
<vendor>swift project</vendor>
|
|
||||||
<version>0.7.0</version>
|
|
||||||
<singleInstanceCheck>1</singleInstanceCheck>
|
|
||||||
<requireInstallationByRootUser>1</requireInstallationByRootUser>
|
|
||||||
<outputDirectory>../../dist</outputDirectory>
|
|
||||||
</autoUpdateProject>
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
||||||
-->
|
|
||||||
<component>
|
|
||||||
<name>autoupdater</name>
|
|
||||||
<description>Auto Updater</description>
|
|
||||||
<canBeEdited>0</canBeEdited>
|
|
||||||
<detailedDescription>includes tool to perform updates</detailedDescription>
|
|
||||||
<selected>1</selected>
|
|
||||||
<show>0</show>
|
|
||||||
<folderList>
|
|
||||||
<folder>
|
|
||||||
<description>/</description>
|
|
||||||
<destination>${installdir}</destination>
|
|
||||||
<name>autoupdaterwin</name>
|
|
||||||
<platforms>windows</platforms>
|
|
||||||
<distributionFileList>
|
|
||||||
<distributionFile origin="../../dist/autoupdate-windows.exe"/>
|
|
||||||
</distributionFileList>
|
|
||||||
</folder>
|
|
||||||
<folder>
|
|
||||||
<description>/</description>
|
|
||||||
<destination>${installdir}</destination>
|
|
||||||
<name>autoupdaterlinux</name>
|
|
||||||
<platforms>linux linux-x64</platforms>
|
|
||||||
<distributionFileList>
|
|
||||||
<distributionFile origin="../../dist/autoupdate-linux-x64.run"/>
|
|
||||||
</distributionFileList>
|
|
||||||
</folder>
|
|
||||||
<folder>
|
|
||||||
<description>/</description>
|
|
||||||
<destination>${installdir}</destination>
|
|
||||||
<name>autoupdatermacos</name>
|
|
||||||
<platforms>osx</platforms>
|
|
||||||
<distributionFileList>
|
|
||||||
<distributionFile>
|
|
||||||
<origin>../../dist/autoupdate-osx.app</origin>
|
|
||||||
</distributionFile>
|
|
||||||
</distributionFileList>
|
|
||||||
</folder>
|
|
||||||
</folderList>
|
|
||||||
<postInstallationActionList>
|
|
||||||
<writeFile>
|
|
||||||
<path>${installdir}/update.ini</path>
|
|
||||||
<text>[Update]
|
|
||||||
url = http://127.0.0.1:8080/update.xml
|
|
||||||
version_id = 061
|
|
||||||
update_download_location = ${system_temp_directory}
|
|
||||||
check_for_updates = 1
|
|
||||||
</text>
|
|
||||||
</writeFile>
|
|
||||||
</postInstallationActionList>
|
|
||||||
</component>
|
|
||||||
Reference in New Issue
Block a user