mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-11-04 14:41:35 +01:00 
			
		
		
		
	added locale into pyinstaller packages
This commit is contained in:
		
							parent
							
								
									f92d1a41a2
								
							
						
					
					
						commit
						f2ba6033b7
					
				
							
								
								
									
										7
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					# Name: Video2X Nightly Build
 | 
				
			||||||
 | 
					# Creator: K4YT3X
 | 
				
			||||||
 | 
					# Date Created: May 12, 2020
 | 
				
			||||||
 | 
					# Last Modified: May 13, 2020
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: Video2X Nightly Build
 | 
					name: Video2X Nightly Build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
@ -27,6 +32,7 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          pyinstaller --noconfirm --log-level=WARN `
 | 
					          pyinstaller --noconfirm --log-level=WARN `
 | 
				
			||||||
              --onefile `
 | 
					              --onefile `
 | 
				
			||||||
 | 
					              --add-data="locale;locale" `
 | 
				
			||||||
              --add-data="wrappers;wrappers" `
 | 
					              --add-data="wrappers;wrappers" `
 | 
				
			||||||
              --icon="images\video2x.ico" `
 | 
					              --icon="images\video2x.ico" `
 | 
				
			||||||
              video2x.py
 | 
					              video2x.py
 | 
				
			||||||
@ -45,6 +51,7 @@ jobs:
 | 
				
			|||||||
          pyinstaller --noconfirm --log-level=WARN `
 | 
					          pyinstaller --noconfirm --log-level=WARN `
 | 
				
			||||||
              --onefile `
 | 
					              --onefile `
 | 
				
			||||||
              --additional-hooks-dir "pyinstaller\hooks" `
 | 
					              --additional-hooks-dir "pyinstaller\hooks" `
 | 
				
			||||||
 | 
					              --add-data="locale;locale" `
 | 
				
			||||||
              --add-data="pyinstaller\7z1900-extra;7z" `
 | 
					              --add-data="pyinstaller\7z1900-extra;7z" `
 | 
				
			||||||
              --icon="images\video2x.ico" `
 | 
					              --icon="images\video2x.ico" `
 | 
				
			||||||
              video2x_setup.py
 | 
					              video2x_setup.py
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
Name: Video2X Build Script
 | 
					Name: Video2X Build Script
 | 
				
			||||||
Creator: K4YT3X
 | 
					Creator: K4YT3X
 | 
				
			||||||
Date Created: May 6, 2020
 | 
					Date Created: May 6, 2020
 | 
				
			||||||
Last Modified: May 12, 2020
 | 
					Last Modified: May 13, 2020
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Description: A PowerShell script that will build Video2X
 | 
					Description: A PowerShell script that will build Video2X
 | 
				
			||||||
executable (PE) releases automatically using PyInstaller.
 | 
					executable (PE) releases automatically using PyInstaller.
 | 
				
			||||||
@ -29,6 +29,7 @@ Building Video2X release $($VIDEO2X_VERSION)"
 | 
				
			|||||||
Write-Host -ForegroundColor White "`nBuilding Video2X CLI"
 | 
					Write-Host -ForegroundColor White "`nBuilding Video2X CLI"
 | 
				
			||||||
pyinstaller --noconfirm --log-level=WARN `
 | 
					pyinstaller --noconfirm --log-level=WARN `
 | 
				
			||||||
    --onefile `
 | 
					    --onefile `
 | 
				
			||||||
 | 
					    --add-data="locale;locale" `
 | 
				
			||||||
    --add-data="wrappers;wrappers" `
 | 
					    --add-data="wrappers;wrappers" `
 | 
				
			||||||
    --icon="images\video2x.ico" `
 | 
					    --icon="images\video2x.ico" `
 | 
				
			||||||
    video2x.py
 | 
					    video2x.py
 | 
				
			||||||
@ -49,6 +50,7 @@ Write-Host -ForegroundColor White "`nBuilding Video2X setup script"
 | 
				
			|||||||
pyinstaller --noconfirm --log-level=WARN `
 | 
					pyinstaller --noconfirm --log-level=WARN `
 | 
				
			||||||
    --onefile `
 | 
					    --onefile `
 | 
				
			||||||
    --additional-hooks-dir "pyinstaller\hooks" `
 | 
					    --additional-hooks-dir "pyinstaller\hooks" `
 | 
				
			||||||
 | 
					    --add-data="locale;locale" `
 | 
				
			||||||
    --add-data="pyinstaller\7z1900-extra;7z" `
 | 
					    --add-data="pyinstaller\7z1900-extra;7z" `
 | 
				
			||||||
    --icon="images\video2x.ico" `
 | 
					    --icon="images\video2x.ico" `
 | 
				
			||||||
    video2x_setup.py
 | 
					    video2x_setup.py
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user