···22# SPDX-License-Identifier: AGPL-3.0-only
33# SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com>
4455+use std log
66+57def main [
68 --uninstall (-u)
99+ staged_path?: string
710] {
811 if not $uninstall {
1212+ if ($staged_path | is-empty) {
1313+ error make {msg: "please provide a path to the extracted archive"}
1414+ }
1515+1616+ cd $staged_path
1717+ log info $"Installing from (pwd)"
1818+919 ./Envision-x86_64.AppImage --appimage-extract
10201121 open squashfs-root/org.gabmus.envision.Devel.desktop