mirror of
				https://github.com/hydralauncher/hydra.git
				synced 2025-03-09 15:40:26 +00:00 
			
		
		
		
	feat: adding pacman
This commit is contained in:
		
							parent
							
								
									ede1dbc5e7
								
							
						
					
					
						commit
						3be9053b76
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,7 +20,7 @@ const s3 = new S3Client({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const dist = path.resolve(__dirname, "..", "dist");
 | 
					const dist = path.resolve(__dirname, "..", "dist");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const extensionsToUpload = [".deb", ".exe"];
 | 
					const extensionsToUpload = [".deb", ".exe", ".pacman"];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
fs.readdir(dist, async (err, files) => {
 | 
					fs.readdir(dist, async (err, files) => {
 | 
				
			||||||
  if (err) throw err;
 | 
					  if (err) throw err;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue