Fixed a couple small errors in the Linux packaging config
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -15,7 +15,7 @@ shellexpand = "2.1"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[package.metadata.deb]
 | 
					[package.metadata.deb]
 | 
				
			||||||
license-file = "LICENSE"
 | 
					license-file = "LICENSE"
 | 
				
			||||||
maintainer-scripts = "build/debian/scripts"
 | 
					maintainer-scripts = "build/scripts"
 | 
				
			||||||
depends = "ffmpeg (>= 4)"
 | 
					depends = "ffmpeg (>= 4)"
 | 
				
			||||||
section = "video"
 | 
					section = "video"
 | 
				
			||||||
assets = [
 | 
					assets = [
 | 
				
			||||||
@@ -35,6 +35,6 @@ assets = [
 | 
				
			|||||||
  { source = "build/etc/example.toml", dest = "/etc/adept/example.toml", mode = "755"},
 | 
					  { source = "build/etc/example.toml", dest = "/etc/adept/example.toml", mode = "755"},
 | 
				
			||||||
  { source = "README.md", dest = "/usr/share/doc/adept/README", mode = "644"}
 | 
					  { source = "README.md", dest = "/usr/share/doc/adept/README", mode = "644"}
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
post_install_script = "build/script/postinst"
 | 
					post_install_script = "build/scripts/postinst"
 | 
				
			||||||
[package.metadata.generate-rpm.requires]
 | 
					[package.metadata.generate-rpm.requires]
 | 
				
			||||||
ffmpeg = ">= 4"
 | 
					ffmpeg = ">= 4"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user