mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-10-31 12:50:59 +01:00 
			
		
		
		
	replaced workflow forward slash with grave accent
This commit is contained in:
		
							parent
							
								
									9643c96ed7
								
							
						
					
					
						commit
						8368cb1f49
					
				
							
								
								
									
										28
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -21,24 +21,24 @@ jobs: | |||||||
|           pip install -r src/requirements.txt |           pip install -r src/requirements.txt | ||||||
|       - name: Build Video2X CLI |       - name: Build Video2X CLI | ||||||
|         run: | |         run: | | ||||||
|           pyinstaller --noconfirm --log-level=WARN \ |           pyinstaller --noconfirm --log-level=WARN ` | ||||||
|               --onefile \ |               --onefile ` | ||||||
|               --add-data="wrappers;wrappers" \ |               --add-data="wrappers;wrappers" ` | ||||||
|               --icon="images\video2x.ico" \ |               --icon="images\video2x.ico" ` | ||||||
|               src/video2x.py |               src/video2x.py | ||||||
|       - name: Build Video2X GUI |       - name: Build Video2X GUI | ||||||
|         run: | |         run: | | ||||||
|           pyinstaller --noconfirm --log-level=WARN \ |           pyinstaller --noconfirm --log-level=WARN ` | ||||||
|               --onefile \ |               --onefile ` | ||||||
|               --add-data="images;images" \ |               --add-data="images;images" ` | ||||||
|               --add-data="locale;locale" \ |               --add-data="locale;locale" ` | ||||||
|               --add-data="video2x_gui.ui;." \ |               --add-data="video2x_gui.ui;." ` | ||||||
|               --add-data="wrappers;wrappers" \ |               --add-data="wrappers;wrappers" ` | ||||||
|               --icon="images\video2x.ico" \ |               --icon="images\video2x.ico" ` | ||||||
|               src/video2x_gui.py |               src/video2x_gui.py | ||||||
|       - name: Build Video2X Setup Script |       - name: Build Video2X Setup Script | ||||||
|         run: | |         run: | | ||||||
|           pyinstaller --noconfirm --log-level=WARN \ |           pyinstaller --noconfirm --log-level=WARN ` | ||||||
|               --onefile \ |               --onefile ` | ||||||
|               --icon="images\video2x.ico" \ |               --icon="images\video2x.ico" ` | ||||||
|               src/video2x_setup.py |               src/video2x_setup.py | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user