mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Dactyloidae Milsko Widget initial commit
This commit is contained in:
parent
2e7355c0ef
commit
91b45c0d14
410 changed files with 204246 additions and 0 deletions
6
widget/milsko/milskosrc/tools/prepare-gump.sh
Normal file
6
widget/milsko/milskosrc/tools/prepare-gump.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
for i in linux win32 win64 doxygen; do
|
||||
rm -rf ../milsko-$i
|
||||
cp -rf . ../milsko-$i
|
||||
rm -rf ../milsko-$i/.svn
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue