File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ app.commandLine.appendSwitch('log-level', '3');
8181// Évite les conflits avec la base NSS de l'hôte partagée via /home
8282if ( fs . existsSync ( '/run/.containerenv' ) || fs . existsSync ( '/run/.toolboxenv' ) ) {
8383 app . commandLine . appendSwitch ( 'use-mock-keychain' ) ;
84- app . commandLine . appendSwitch ( 'ignore-certificate-errors-spki-list' ) ;
85- app . commandLine . appendSwitch ( 'ignore-certificate-errors' ) ;
8684}
8785
8886const errorLogPath = path . join ( app . getPath ( 'userData' ) , 'error.log' ) ;
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ export DEPLOY_GDK=0
1818
1919# Deploy dependencies + libpixman-1 pour éviter les conflits IFUNC musl/glibc sur Alpine
2020quick-sharun \
21- ./AppDir/bin/am-gui
22- # /usr/lib/libpixman-1.so*\
23- # /usr/lib/libGL.so.1*\
24- # /usr/lib/libatk-bridge-2.0.so.0*\
25- # /usr/lib/libatk-1.0.so.0*\
26- # /usr/lib/libgtk-3.so.0*\
27- # /usr/lib/libcups.so.2*
21+ ./AppDir/bin/am-gui\
22+ /usr/lib/libpixman-1.so* \
23+ /usr/lib/libGL.so.1* \
24+ /usr/lib/libatk-bridge-2.0.so.0* \
25+ /usr/lib/libatk-1.0.so.0* \
26+ /usr/lib/libgtk-3.so.0* \
27+ /usr/lib/libcups.so.2*
2828 # /usr/lib/libnss3.so*
2929
3030# Additional changes can be done in between here
You can’t perform that action at this time.
0 commit comments