summaryrefslogtreecommitdiffstats
path: root/win/winvnc
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2009-04-14 12:50:06 +0000
committerPeter Åstrand <astrand@cendio.se>2009-04-14 12:50:06 +0000
commit50cfae7219ef80051baade16d9a364ca4ee20706 (patch)
tree664c56ab61a35d7a8dd5e14d349e8040aba0e7df /win/winvnc
parent36dd7baf60c3af89582aadf5e85a6a26b4540571 (diff)
downloadtigervnc-50cfae7219ef80051baade16d9a364ca4ee20706.tar.gz
tigervnc-50cfae7219ef80051baade16d9a364ca4ee20706.zip
Fetch VncViewer.jar directly from the Java build directory, instead of
trying to use the path that we earlier used for the checked in binary JAR. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3775 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/winvnc')
-rw-r--r--win/winvnc/winvnc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winvnc/winvnc.rc b/win/winvnc/winvnc.rc
index aa4011cf..cba7cc90 100644
--- a/win/winvnc/winvnc.rc
+++ b/win/winvnc/winvnc.rc
@@ -210,7 +210,7 @@ END
// HTTPFILE
//
-/VNCVIEWER.JAR HTTPFILE DISCARDABLE "..\\..\\common\\javabin\\vncviewer.jar"
+/VNCVIEWER.JAR HTTPFILE DISCARDABLE "..\\..\\java\\src\\com\\tigervnc\\vncviewer\\VncViewer.jar"
/INDEX.VNC HTTPFILE DISCARDABLE "..\\..\\common\\javabin\\index.vnc"
/////////////////////////////////////////////////////////////////////////////