summarylogtreecommitdiffstats
path: root/ubports-installer
diff options
context:
space:
mode:
authorMatthias Lisin2019-10-30 00:47:31 +0100
committerMatthias Lisin2019-10-30 00:47:31 +0100
commit837cec2a29149566b224600048c8e9d1a25f8344 (patch)
treece57d548af5ba10a9d4fc0e1323025a1736f8b8e /ubports-installer
parentf98748263a000738a1500b0dc835320bac74a430 (diff)
downloadaur-837cec2a29149566b224600048c8e9d1a25f8344.tar.gz
upgpkg: ubports-installer-git 3e68c62a
- Update disable-update-check.patch - Force use of system android-tools
Diffstat (limited to 'ubports-installer')
-rwxr-xr-xubports-installer4
1 files changed, 1 insertions, 3 deletions
diff --git a/ubports-installer b/ubports-installer
index ba72f4b2c9fa..e62c678c6fdb 100755
--- a/ubports-installer
+++ b/ubports-installer
@@ -1,4 +1,2 @@
#!/bin/sh
-# need SNAP_NAME for adb/fastbook to be detected
-# https://github.com/ubports/ubports-installer/commit/15ed833ce5149a47ea376aa93e6cc7908afe8c92#diff-1c90ff38a08209f9ebd4d05d1e43358eR48
-SNAP_NAME=arch exec electron4 /usr/share/ubports-installer/app.asar "$@"
+exec electron4 /usr/share/ubports-installer/app.asar "$@"