mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Fixed asset path on Windows
This commit is contained in:
		
							parent
							
								
									a428d4c938
								
							
						
					
					
						commit
						48908842c6
					
				@ -155,6 +155,9 @@ class SidebandCore():
 | 
				
			|||||||
        elif RNS.vendor.platformutils.get_platform() == "linux":
 | 
					        elif RNS.vendor.platformutils.get_platform() == "linux":
 | 
				
			||||||
            core_path          = os.path.abspath(__file__)
 | 
					            core_path          = os.path.abspath(__file__)
 | 
				
			||||||
            self.asset_dir     = core_path.replace("/sideband/core.py", "/assets")
 | 
					            self.asset_dir     = core_path.replace("/sideband/core.py", "/assets")
 | 
				
			||||||
 | 
					        elif RNS.vendor.platformutils.is_windows():
 | 
				
			||||||
 | 
					            core_path          = os.path.abspath(__file__)
 | 
				
			||||||
 | 
					            self.asset_dir     = core_path.replace("\\sideband\\core.py", "\\assets")
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            self.asset_dir     = plyer.storagepath.get_application_dir()+"/sbapp/assets"
 | 
					            self.asset_dir     = plyer.storagepath.get_application_dir()+"/sbapp/assets"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user