mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-10 17:19:42 +01:00
Add application icon
Signed-off-by: Vitaliy Dmitriev <vi7alya@gmail.com>
This commit is contained in:
11
script.sh
11
script.sh
@@ -1,8 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -
|
||||
mkdir -p Resources/IPMIView/Contents/Home/bin
|
||||
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
|
||||
cd Resources/IPMIView/Contents/Home/bin
|
||||
ln -s /usr/bin/java
|
||||
cd ../../../../../..
|
||||
rsync -arv --exclude=.git --exclude=Resources/IPMIView/jre IPMIView.app ~/Applications
|
||||
mkdir -p Contents/Resources/IPMIView/Contents/Home/bin
|
||||
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Contents/Resources/IPMIView/.
|
||||
ln -s /usr/bin/java Contents/Resources/IPMIView/Contents/Home/bin/java
|
||||
cd ..
|
||||
rsync -arv --exclude=.git --exclude=Contents/Resources/IPMIView/jre IPMIView.app ~/Applications
|
||||
|
||||
Reference in New Issue
Block a user