Skip to content

Commit

Permalink
Merge pull request #178 from nuit-musee-musba/develop
Browse files Browse the repository at this point in the history
Rendre l'xp autonome
  • Loading branch information
arthaud-proust authored May 20, 2024
2 parents 082098f + 3132faf commit 59e2504
Show file tree
Hide file tree
Showing 30 changed files with 941 additions and 1,307 deletions.
2 changes: 1 addition & 1 deletion .bundle_files/mac_start_with_browser.command
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Aller dans le dossier du fichier actuel
cd "$(dirname "$0")"

sh ./mac_start.command & ../browsers/chrome-mac/Chromium.app/Contents/MacOS/Chromium --args --autoplay-policy=no-user-gesture-required --disable-pinch --kiosk --incognito --noerrdialogs --disable-features=TranslateUI,Translate,InterestFeedContentSuggestions --no-first-run --overscroll-history-navigation=0 --ash-no-nudges --hide-scrollbars --disable-infobars --disable-translate --kiosk http://localhost:3000
sh ./mac_start.command & chromium --args --autoplay-policy=no-user-gesture-required --disable-pinch --kiosk --incognito --noerrdialogs --disable-features=TranslateUI,Translate,InterestFeedContentSuggestions --no-first-run --overscroll-history-navigation=0 --ash-no-nudges --hide-scrollbars --disable-infobars --disable-translate --disable-popup-blocking --kiosk http://localhost:3000/run
2 changes: 1 addition & 1 deletion .bundle_files/windows_start_with_browser.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
start /b "" .\windows_start.cmd
start /b "" ..\browsers\chrome-win\chrome.exe --args --autoplay-policy=no-user-gesture-required --disable-pinch --kiosk --incognito --noerrdialogs --disable-features=TranslateUI,Translate,InterestFeedContentSuggestions --no-first-run --overscroll-history-navigation=0 --ash-no-nudges --hide-scrollbars --disable-infobars --disable-translate --kiosk http://localhost:3000
start /b "" ..\browsers\chrome-win\chrome.exe --args --autoplay-policy=no-user-gesture-required --disable-pinch --kiosk --incognito --noerrdialogs --disable-features=TranslateUI,Translate,InterestFeedContentSuggestions --no-first-run --overscroll-history-navigation=0 --ash-no-nudges --hide-scrollbars --disable-infobars --disable-translate --disable-popup-blocking --kiosk http://localhost:3000/run
Loading

0 comments on commit 59e2504

Please sign in to comment.