mirror of
				https://github.com/bestnite/sub2clash.git
				synced 2025-11-04 04:40:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			527 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			527 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
project_name: sub2clash
 | 
						|
builds:
 | 
						|
  - env:
 | 
						|
      - CGO_ENABLED=0
 | 
						|
    goos:
 | 
						|
      - windows
 | 
						|
      - linux
 | 
						|
      - darwin
 | 
						|
    goarch:
 | 
						|
      - amd64
 | 
						|
      - arm64
 | 
						|
      - arm
 | 
						|
      - "386"
 | 
						|
    goarm:
 | 
						|
      - "6"
 | 
						|
      - "7"
 | 
						|
    ldflags:
 | 
						|
      - -s -w -X sub2clash/constant.Version={{ .Version }}
 | 
						|
    flags:
 | 
						|
      - -trimpath
 | 
						|
archives:
 | 
						|
  - format: tar.gz
 | 
						|
    format_overrides:
 | 
						|
      - format: zip
 | 
						|
        goos: windows
 | 
						|
    wrap_in_directory: true
 | 
						|
    files:
 | 
						|
      - LICENSE
 | 
						|
      - README.md
 | 
						|
      - templates
 | 
						|
release:
 | 
						|
  draft: true
 |