diff --git a/.SRCINFO b/.SRCINFO deleted file mode 100644 index 90e06f6..0000000 --- a/.SRCINFO +++ /dev/null @@ -1,12 +0,0 @@ -pkgbase = land - pkgver = 0.0.1 - pkgrel = 1 - url = https://github.com/CodeEditorLand/Mountain - install = land.install - arch = x86_64 - arch = aarch64 - license = mit - source_x86_64 = https://github.com/CodeEditorLand/Mountain/releases/download/v0.0.1/appname_0.0.1_amd64.deb - source_aarch64 = https://github.com/CodeEditorLand/Mountain/releases/download/v0.0.1/appname_0.0.1_arm64.deb - -pkgname = land diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 573ed06..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,12 +0,0 @@ -pkgname=land -pkgver=0.0.1 -pkgrel=1 -pkgdesc="" -arch=('x86_64' 'aarch64') -url="https://github.com/CodeEditorLand/Mountain" -license=('mit') -depends=() -options=() -install=${pkgname}.install -source_x86_64=("https://github.com/CodeEditorLand/Mountain/releases/download/v$pkgver/appname_"$pkgver"_amd64.deb") -source_aarch64=("https://github.com/CodeEditorLand/Mountain/releases/download/v$pkgver/appname_"$pkgver"_arm64.deb") diff --git a/tauri.conf.json b/tauri.conf.json index 4f759c6..39d724d 100644 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -41,7 +41,7 @@ }, "category": "DeveloperTool", "copyright": "PlayForm", - "createUpdaterArtifacts": false, + "createUpdaterArtifacts": true, "externalBin": [], "fileAssociations": [ { @@ -80,9 +80,18 @@ "minimumSystemVersion": "10.0" }, "publisher": "Land", - "targets": "all" + "targets": "all", + "licenseFile": "LICENSE", + "license": "MIT" }, "identifier": "land.editor.application", "productName": "Mountain", - "version": "0.0.1" + "version": "0.0.1", + "plugins": { + "updater": { + "windows": { + "installMode": "basicUi" + } + } + } }