1 Star 0 Fork 0

huanggh/SimDSP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_simdsp.sh 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
lmcapacho 提交于 2018-01-20 13:39 . Changed Linux script
#!/bin/sh
#
# this is a rough beginning of a linux install script for SimDSP
#
# first ensure SimDSP is unpacked in its final destination
# and then run this script
APPLICATIONSDIR="${HOME}/.local/share/applications"
APPDIR=$(dirname "$0")
cd $APPDIR
# install SimDSP desktop entry for user
desktop-file-edit --set-key=Exec --set-value="$(pwd)/simdsp" simdsp.desktop
xdg-desktop-menu install --novendor --mode user simdsp.desktop
# install image-files into user hicolor theme with specified size
# ~/.local/share/icons/hicolor/*size*
# /apps
xdg-icon-resource install --noupdate --novendor --mode user --context apps \
--size 256 resources/icons/simdsp_icon.png simdsp
# update user databases
update-desktop-database "${APPLICATIONSDIR}"
xdg-icon-resource forceupdate --mode user
echo "installed SimDSP system icons"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haikk/SimDSP.git
git@gitee.com:haikk/SimDSP.git
haikk
SimDSP
SimDSP
master

搜索帮助