mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 10:49:26 +01:00 
			
		
		
		
	* Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" * Redesign of the settings window (#168) * Pr dest (#166) * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek <ivo97@centrum.cz> * Redesign of the settings window * changed sass to scss, fixed color of switches and disabled rounded corners Co-authored-by: Rick van Lieshout <info@rickvanlieshout.com> * - icon is set to new static path based on Arch/Debian - Name has changed to Tidal-Hifi Co-authored-by: Ivo Šmerek <ivo97@centrum.cz>
		
			
				
	
	
		
			17 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
extends: ./build/electron-builder.base.yml
 | 
						|
linux:
 | 
						|
  target:
 | 
						|
    - pacman
 | 
						|
    - tar.gz
 | 
						|
    - deb
 | 
						|
    - rpm
 | 
						|
    - AppImage
 | 
						|
    - snap
 | 
						|
    - freebsd
 | 
						|
win:
 | 
						|
  target: msi
 | 
						|
  icon: icon.png
 | 
						|
  artifactName: "tidalhifi"
 | 
						|
  appId: com.rickvanlieshout.tidalhifi
 | 
						|
  executableName: tidalhifi
 |