mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 14:35:12 +02:00
- include part definitions, updated to latest git commit - add wrapper script - fix .desktop file to find the icon - removed GPL-2 from license because there doesn’t seem to be any code using it closes #671 Closes: #697 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
3 lines
72 B
Bash
3 lines
72 B
Bash
#! /bin/sh
|
|
cd /usr/share/fritzing/parts
|
|
exec /usr/bin/Fritzing-bin "$@"
|