Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding splash.bmp, and automatic replace of the file #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions win32/copySplash.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo on
set BASE_PATH=.\cygwin\usr\local\eclipse\plugins\
set BASE_NAME=org.eclipse.platform_
set ECLIPSE_SPLASH_FOLDER=""

for /f "delims=" %%a in ('dir %BASE_PATH%%BASE_NAME%"*" /on /ad /b') do @set ECLIPSE_SPLASH_FOLDER=%%a

@echo %BASE_PATH%%ECLIPSE_SPLASH_FOLDER%

copy /y "./splash.bmp" "%BASE_PATH%%ECLIPSE_SPLASH_FOLDER%/splash.bmp"
Binary file added win32/splash.bmp
Binary file not shown.