mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
fix sandbox_env zip
This commit is contained in:
parent
1117e20e72
commit
ab5628556b
19 changed files with 18 additions and 21 deletions
4
project/.sandbox/kinda-safe-godot/.gitignore
vendored
4
project/.sandbox/kinda-safe-godot/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
fakechroot_enviroment/root/home/*
|
game
|
||||||
fakechroot_enviroment/root/GATES-FILES/game
|
fakechroot_enviroment/root/GATES-FILES/game
|
||||||
game
|
fakechroot_enviroment/root/home/*
|
16
project/.sandbox/kinda-safe-godot/create_sandbox_env.sh
Normal file
16
project/.sandbox/kinda-safe-godot/create_sandbox_env.sh
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sandbox_env_dir=../sandbox
|
||||||
|
sandbox_env_zip=$sandbox_env_dir/sandbox_env.zip
|
||||||
|
|
||||||
|
symlinks_dir=fakechroot_enviroment/root
|
||||||
|
symlinks_zip=$symlinks_dir/symlinks.zip
|
||||||
|
|
||||||
|
files_to_zip="fakechroot_enviroment run_game.sh list_child_processes.sh"
|
||||||
|
|
||||||
|
rm -f $sandbox_env_zip
|
||||||
|
mkdir $sandbox_env_dir
|
||||||
|
|
||||||
|
unzip -o $symlinks_zip -d $symlinks_dir
|
||||||
|
|
||||||
|
zip -ry $sandbox_env_zip $files_to_zip -x $symlinks_zip
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
/dev
|
|
|
@ -1 +0,0 @@
|
||||||
/etc/fonts/
|
|
|
@ -1 +0,0 @@
|
||||||
/lib
|
|
|
@ -1 +0,0 @@
|
||||||
/lib64
|
|
|
@ -1 +0,0 @@
|
||||||
/run/
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
/tmp/
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib64/
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/X11/
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/alsa
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/locale/
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/vulkan/
|
|
|
@ -1 +0,0 @@
|
||||||
/var/lib/alsa/
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
zip=../sandbox/sandbox_env.zip
|
|
||||||
|
|
||||||
rm $zip
|
|
||||||
zip -ry $zip fakechroot_enviroment run_game.sh list_child_processes.sh
|
|
BIN
project/.sandbox/sandbox/sandbox_env.zip
Normal file
BIN
project/.sandbox/sandbox/sandbox_env.zip
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue