Ajout de ressources pour tilix
This commit is contained in:
parent
819cb04fb7
commit
139ecce1f9
@ -136,5 +136,6 @@ services:
|
|||||||
- ./.env
|
- ./.env
|
||||||
environment:
|
environment:
|
||||||
- CUSTOM_STEP_PRE_DEPLOY=/build/tilix_pre_step.sh
|
- CUSTOM_STEP_PRE_DEPLOY=/build/tilix_pre_step.sh
|
||||||
|
- CUSTOM_STEP_POST_DEPLOY=/build/tilix_post_step.sh
|
||||||
- NOM_APPIMAGE=tilix_1.9.4
|
- NOM_APPIMAGE=tilix_1.9.4
|
||||||
command : ["bash", "-c","/template.sh /usr/bin/tilix /build"]
|
command : ["bash", "-c","/template.sh /usr/bin/tilix /build"]
|
||||||
|
4
tilix/tilix_post_step.sh
Executable file
4
tilix/tilix_post_step.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cp -r --preserve=links /usr/share/tilix $WORK_DIR/AppDir/usr/share/
|
||||||
|
|
||||||
|
wget https://thomasbriffard.com/public/tilix-couleurs.json -O $WORK_DIR/AppDir/usr/share/tilix/schemes/tilix-custom.json
|
Loading…
x
Reference in New Issue
Block a user