Releases: julian-bruyers/svg2icon
Releases · julian-bruyers/svg2icon
Release list
svg2icon v1.1.0
Changes since v1.0.1
- 1cae29b feat: Make argument validation more robust
- 46f5b1f repo: Update go mod vendor dependencies
- 0fb7aff feat: Change rendering engine to resvg-go (resvg)
- 6fa5f43 repo: Add NOTICE file for used dependencies
- faaf453 chore: Add goproxy curl to refresh for goreportcard
Platform Support
This release includes pre-built binaries for:
- Windows: AMD64 and ARM64
- macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
- Linux: AMD64 and ARM64
Installation
Quick Install (Unix/Linux/macOS)
curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bashQuick Install (Windows PowerShell)
iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iexManual Installation
- Download the appropriate binary for your platform
- Rename it to
svg2icon(orsvg2icon.exeon Windows) - Place it in your PATH
Usage
svg2icon input.svg output.ico # Generate ICO file
svg2icon input.svg output.icns # Generate ICNS file
svg2icon input.svg ./icons/ # Generate both formatssvg2icon v1.0.1
Changes since v1.0.0
- 8aa2292 repo: Ignore .ps1 script lingust detection
- b9d44d2 repo: Ignore scripts from linguist detection
Platform Support
This release includes pre-built binaries for:
- Windows: AMD64 and ARM64
- macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
- Linux: AMD64 and ARM64
Installation
Quick Install (Unix/Linux/macOS)
curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bashQuick Install (Windows PowerShell)
iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iexManual Installation
- Download the appropriate binary for your platform
- Rename it to
svg2icon(orsvg2icon.exeon Windows) - Place it in your PATH
Usage
svg2icon input.svg output.ico # Generate ICO file
svg2icon input.svg output.icns # Generate ICNS file
svg2icon input.svg ./icons/ # Generate both formatssvg2icon v1.0.0
Platform Support
This release includes pre-built binaries for:
- Windows: AMD64 and ARM64
- macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
- Linux: AMD64 and ARM64
Installation
Quick Install (Unix/Linux/macOS)
curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bashQuick Install (Windows PowerShell)
iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iexManual Installation
- Download the appropriate binary for your platform
- Rename it to
svg2icon(orsvg2icon.exeon Windows) - Place it in your PATH
Usage
svg2icon input.svg output.ico # Generate ICO file
svg2icon input.svg output.icns # Generate ICNS file
svg2icon input.svg ./icons/ # Generate both formats