mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	update .desktop file name
This commit is contained in:
		
							parent
							
								
									fdc7e348f0
								
							
						
					
					
						commit
						6a256bb1a0
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -9,11 +9,11 @@ mkdir -p "$APPDIR"
 | 
			
		|||
mkdir -p "$APPDIR/usr/share/applications/"
 | 
			
		||||
mkdir -p "$APPDIR/usr/bin"
 | 
			
		||||
 | 
			
		||||
cp "$PWD/src/assets/wowlet.desktop" "$APPDIR/usr/share/applications/wowlet.desktop"
 | 
			
		||||
cp "$PWD/src/assets/org.wowlet.wowlet.desktop" "$APPDIR/usr/share/applications/org.wowlet.wowlet.desktop"
 | 
			
		||||
cp "$PWD/src/assets/images/appicons/64x64.png" "$APPDIR/wowlet.png"
 | 
			
		||||
cp "$PWD/build/bin/wowlet" "$APPDIR/usr/bin/wowlet"
 | 
			
		||||
 | 
			
		||||
LD_LIBRARY_PATH=/usr/local/lib /linuxdeployqt/squashfs-root/AppRun wowlet.AppDir/usr/share/applications/wowlet.desktop -bundle-non-qt-libs
 | 
			
		||||
LD_LIBRARY_PATH=/usr/local/lib /linuxdeployqt/squashfs-root/AppRun wowlet.AppDir/usr/share/applications/org.wowlet.wowlet.desktop -bundle-non-qt-libs
 | 
			
		||||
 | 
			
		||||
find wowlet.AppDir/ -exec touch -h -a -m -t 202101010100.00 {} \;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <file>assets/about.txt</file>
 | 
			
		||||
    <file>assets/ack.txt</file>
 | 
			
		||||
    <file>assets/contributors.txt</file>
 | 
			
		||||
    <file>assets/wowlet.desktop</file>
 | 
			
		||||
    <file>assets/org.wowlet.wowlet.desktop</file>
 | 
			
		||||
    <file>assets/nodes.json</file>
 | 
			
		||||
    <file>assets/images/appicons/32x32.png</file>
 | 
			
		||||
    <file>assets/images/appicons/48x48.png</file>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,8 +33,8 @@ struct xdgDesktopEntryPaths {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
const xdgDesktopEntryPaths xdgPaths = {
 | 
			
		||||
    QString("%1/wowlet.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
 | 
			
		||||
    QString("%1/.local/share/icons/wownero.png").arg(QDir::homePath()),
 | 
			
		||||
    QString("%1/org.wowlet.wowlet.desktop").arg(QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation)),
 | 
			
		||||
    QString("%1/usr/share/icons/hicolor/64x64/apps/wowlet.png").arg(QDir::homePath()),
 | 
			
		||||
    QString("/")
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue