Fixed installer and updated to version 0.1.4
This commit is contained in:
		@@ -10,7 +10,7 @@ if [ "$(id -u)" != "0" ]; then
 | 
				
			|||||||
   exit 1
 | 
					   exit 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pip3 install listdownloader*
 | 
					pip3 install dist/listdownloader* --upgrade
 | 
				
			||||||
if [ $? -ne 0 ]; then
 | 
					if [ $? -ne 0 ]; then
 | 
				
			||||||
  echo 'Package installation failed. Did you build the package? Do you have pip3 installed?'
 | 
					  echo 'Package installation failed. Did you build the package? Do you have pip3 installed?'
 | 
				
			||||||
  exit
 | 
					  exit
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -5,7 +5,7 @@ del os.link
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name="listdownloader",
 | 
					    name="listdownloader",
 | 
				
			||||||
    version="0.1.3",
 | 
					    version="0.1.4",
 | 
				
			||||||
    author="Samer Afach",
 | 
					    author="Samer Afach",
 | 
				
			||||||
    author_email="samer@afach.de",
 | 
					    author_email="samer@afach.de",
 | 
				
			||||||
    packages=["listdownloader"],
 | 
					    packages=["listdownloader"],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user