fix wine
This commit is contained in:
@@ -17,26 +17,11 @@ echo "Fill the array with the original folders first"
|
||||
# use ls -d */ > list to get the list of the created githubs and copy/paste in
|
||||
|
||||
directories=(
|
||||
alci-calamares-config/
|
||||
alci-calamares-config-dev/
|
||||
alci-calamares-config-hardened/
|
||||
alci-calamares-config-lts/
|
||||
alci-calamares-config-pure/
|
||||
alci-calamares-config-xanmod/
|
||||
alci-calamares-config-zen/
|
||||
alci-dwm/
|
||||
alci-dwm-nemesis/
|
||||
alci-grub-theme/
|
||||
alci-iso/
|
||||
alci-iso-dev/
|
||||
alci-iso-hardened/
|
||||
alci-iso-lts/
|
||||
alci-iso-pure/
|
||||
alci-iso-xanmod/
|
||||
alci-iso-zen/
|
||||
alci-pkgbuild/
|
||||
alci_repo/
|
||||
nemesis-wallpapers/
|
||||
tms-calamares-config/
|
||||
tms-grub-theme/
|
||||
tms-arch-linux-calamares-installer/
|
||||
tms-calamares/
|
||||
custompkgs/
|
||||
)
|
||||
|
||||
count=0
|
||||
@@ -45,7 +30,7 @@ for name in "${directories[@]}"; do
|
||||
count=$[count+1]
|
||||
tput setaf 1;echo "Github "$count;tput sgr0;
|
||||
# if there is no folder then make one
|
||||
git clone https://github.com/arch-linux-calamares-installer/$name
|
||||
git clone http://192.168.10.207:3000/zj/$name
|
||||
echo "#################################################"
|
||||
echo "################ "$(basename `pwd`)" done"
|
||||
echo "#################################################"
|
||||
|
||||
@@ -7,6 +7,6 @@ Categories=TMS
|
||||
Terminal=false
|
||||
Icon[zh_CN]=/home/smart/DCC.jpg
|
||||
Name[zh_CN]=DCCs2
|
||||
Exec=/home/smart/wine-10.0-rc2-amd64-wow64/bin/wine /home/smart/DCCs2.exe
|
||||
Exec=/home/smart/wine/bin/wine /home/smart/DCCs2.exe
|
||||
Name=DCCs2
|
||||
Icon=/home/smart/DCC.jpg
|
||||
|
||||
@@ -7,6 +7,6 @@ Categories=TMS
|
||||
Terminal=false
|
||||
Icon[zh_CN]=/home/smart/DCC2.jpg
|
||||
Name[zh_CN]=DCC2
|
||||
Exec=/home/smart/wine-10.0-rc2-amd64-wow64/bin/wine '/home/smart/.wine/drive_c/Program Files (x86)/Projector User Supportware/Digital Cinema Communicator v2/DigitalCinemaCommunicator2.exe'
|
||||
Exec=/home/smart/wine/bin/wine '/home/smart/.wine/drive_c/Program Files (x86)/Projector User Supportware/Digital Cinema Communicator v2/DigitalCinemaCommunicator2.exe'
|
||||
Name=DCC2
|
||||
Icon=/home/smart/DCC2.jpg
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user