diff options
| author | omni <omni+vagant@hack.org> | 2021-04-03 00:57:02 +0000 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-04-03 10:47:53 +0200 |
| commit | 8d0eb55033a46f5b278224d173499d2f3d42eadf (patch) | |
| tree | 64ba945035aec5ae114a9c8641e0a224dde33daa /src | |
| parent | 5c59e94d941531a099d097d11bfc31274a932229 (diff) | |
| download | kristall-8d0eb55033a46f5b278224d173499d2f3d42eadf.tar.gz | |
don't depend on bash
Diffstat (limited to 'src')
| -rwxr-xr-x | src/icons/mac-icon.sh | 2 | ||||
| -rwxr-xr-x | src/icons/update-themes.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/icons/mac-icon.sh b/src/icons/mac-icon.sh index cd6e4e9..abe173f 100755 --- a/src/icons/mac-icon.sh +++ b/src/icons/mac-icon.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh mkdir AppIcon.iconset rsvg-convert kristall.svg -h 1024 > AppIcon.iconset/icon_512x512@2.png diff --git a/src/icons/update-themes.sh b/src/icons/update-themes.sh index f9bd47b..4d5d91d 100755 --- a/src/icons/update-themes.sh +++ b/src/icons/update-themes.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh rm -rf dark/actions/* rm -rf dark/objects/* |
