tangled
alpha
login
or
join now
shrimple.srht.site
/
OuchBrowser.NET
1
fork
atom
focus on your browsing
browser
web-browser
1
fork
atom
overview
issues
pulls
pipelines
set flatpak commands to run in user mode
woof.monster
5 days ago
502187ed
baf4dcbc
verified
This commit was signed with the committer's
known signature
.
woof.monster
SSH Key Fingerprint:
SHA256:Zx8o/400UTtWXXs3qwjYiENbQk7UHKUPMRSCpm3D2QA=
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-flatpak.yml
+2
-2
.tangled/workflows/build-flatpak.yml
···
19
19
20
20
steps:
21
21
- name: "install flathub repo"
22
22
-
command: "flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo"
22
22
+
command: "flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo"
23
23
- name: "install gnome sdk and runtime"
24
24
-
command: "flatpak install org.gnome.Sdk//49 org.gnome.Platform//49 -y"
24
24
+
command: "flatpak install org.gnome.Sdk//49 org.gnome.Platform//49 --user -y"
25
25
- name: "build flatpak"
26
26
command: "just build-flatpak"