Initial commit
BIN
devtools/create_macventure/AltBox_act.bmp
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
devtools/create_macventure/AltBox_inac.bmp
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
devtools/create_macventure/InvWindow_act.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
devtools/create_macventure/InvWindow_inac.bmp
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
devtools/create_macventure/NoGrowDoc_act.bmp
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
devtools/create_macventure/NoGrowDoc_inac.bmp
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
devtools/create_macventure/PlainDBox_act.bmp
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
devtools/create_macventure/PlainDBox_inac.bmp
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
devtools/create_macventure/RDoc4_act.bmp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
devtools/create_macventure/RDoc4_inac.bmp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
devtools/create_macventure/ZoomDoc_act.bmp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
devtools/create_macventure/ZoomDoc_inac.bmp
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
8
devtools/create_macventure/create_macventure.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
printf "Creating border file...\n"
|
||||
|
||||
zip -r macventure.zip *.bmp
|
||||
mv macventure.zip macventure.dat
|
||||
|
||||
echo done
|
||||
|
||||
ls -l macventure.dat
|
||||