Skip to content

Commit e4d1912

Browse files
committed
chore: only provide access to pwd
1 parent 41ade6d commit e4d1912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_types_in_flatpak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
echo "Entering the GNOME master flatpak runtime..."
4-
FLATPAK_ENABLE_SDK_EXT=node20 flatpak run --share=network --command=./generate_types.sh --filesystem=host org.gnome.Sdk//master
4+
FLATPAK_ENABLE_SDK_EXT=node20 flatpak run --share=network --command=./generate_types.sh --filesystem=$(pwd) org.gnome.Sdk//master

0 commit comments

Comments
 (0)