Add release files back
This commit is contained in:
		
							parent
							
								
									bfd2dc781e
								
							
						
					
					
						commit
						7a5ee92230
					
				
							
								
								
									
										46
									
								
								make-release.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										46
									
								
								make-release.sh
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,46 @@ | ||||
| #! /usr/bin/env bash | ||||
| 
 | ||||
| readonly REPO_DIR="$(dirname "$(readlink -m "${0}")")" | ||||
| readonly RELEASE_DIR="${REPO_DIR}/release" | ||||
| source "${REPO_DIR}/lib-install.sh" | ||||
| 
 | ||||
| # Customization, default values | ||||
| colors=("${COLOR_VARIANTS[@]}") | ||||
| opacities=("${OPACITY_VARIANTS[@]}") | ||||
| 
 | ||||
| C_VARIANTS=('-light' '-dark') | ||||
| S_VARIANTS=('' '-solid') | ||||
| 
 | ||||
| install() { | ||||
|   remove_themes; customize_theme; avoid_variant_duplicates | ||||
|   install_themes; echo; prompt -s "Install Gnome${RELEASE_VERSION} version finished!"; echo | ||||
| } | ||||
| 
 | ||||
| compress() { | ||||
|   for color in "${C_VARIANTS[@]}"; do | ||||
|     for solid in "${S_VARIANTS[@]}"; do | ||||
|       rm -rf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}${RELEASE_VERSION}.tar.xz | ||||
|     done | ||||
|   done | ||||
| 
 | ||||
|   cd ${THEME_DIR} | ||||
| 
 | ||||
|   for color in "${C_VARIANTS[@]}"; do | ||||
|     for solid in "${S_VARIANTS[@]}"; do | ||||
|       tar -Jcf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}${RELEASE_VERSION}.tar.xz ${THEME_NAME}${color}${solid} | ||||
|     done | ||||
|   done | ||||
| } | ||||
| 
 | ||||
| GNOME_VERSION="old" | ||||
| RELEASE_VERSION="-3-38" | ||||
| install && compress | ||||
| prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo | ||||
| 
 | ||||
| GNOME_VERSION="new" | ||||
| RELEASE_VERSION="-40-0" | ||||
| install && compress | ||||
| prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo | ||||
| 
 | ||||
| prompt -s "Done!"; echo | ||||
| exit 0 | ||||
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-dark-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-dark-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-dark-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-dark-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-dark-solid-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-dark-solid-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-dark-solid-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-dark-solid-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-light-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-light-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-light-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-light-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-light-solid-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-light-solid-3-38.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								release/WhiteSur-light-solid-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								release/WhiteSur-light-solid-40-0.tar.xz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Vince
						Vince