File tree Expand file tree Collapse file tree 6 files changed +9
-11
lines changed
Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
33Name =AM-GUI
4- Exec =/home/moi/AM-GUI/ start-am-gui.sh
5- Icon =/home/moi/ AM-GUI/app-icon .png
4+ Exec =start-am-gui.sh
5+ Icon =AM-GUI.png
66StartupWMClass =AM-GUI
77Terminal =false
88Categories =Utility;
File renamed without changes.
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ export TERM=xterm-256color
3+ export COLORTERM=truecolor
4+ APPDIR=" $( cd " $( dirname " $0 " ) /.." && pwd) "
5+ " $APPDIR /node_modules/electron/dist/electron" " $APPDIR /main.js"
Original file line number Diff line number Diff line change 1919 < div class ="dropdown-menu-categories " id ="categoriesDropdownMenu " role ="menu " aria-labelledby ="categoriesDropdownBtn " hidden > </ div >
2020 < header class ="app-header " data-tauri-drag-region >
2121 < div class ="brand ">
22- < img class ="brand-icon " src ="app-icon .png " alt ="AM-GUI Icon " aria-hidden ="true ">
22+ < img class ="brand-icon " src ="AM-GUI .png " alt ="AM-GUI Icon " aria-hidden ="true ">
2323 < div class ="brand-title " data-i18n ="main.title "> AM-GUI</ div >
2424 </ div >
2525 < div class ="header-center " role ="search " aria-label ="Recherche ">
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ function createWindow () {
303303 const deTag = detectDesktopEnv ( ) ;
304304 const sysLocale = ( app . getLocale && typeof app . getLocale === 'function' ) ? app . getLocale ( ) : ( process . env . LANG || 'en' ) ;
305305 // Icône PNG
306- const iconPath = path . join ( __dirname , 'app-icon .png' ) ;
306+ const iconPath = path . join ( __dirname , 'AM-GUI .png' ) ;
307307 const win = new BrowserWindow ( {
308308 width : 1100 ,
309309 height : 750 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments