Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mprj-web-desktop-modules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
DMZ
mprj-web-desktop-modules
Commits
4d3716a8
Commit
4d3716a8
authored
Oct 21, 2018
by
web-desktop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore:config launcher
parent
bc20cabd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
30 deletions
+0
-30
MprjLauncher.exe
MprjLauncher.exe
+0
-0
setEnv.sh
setEnv.sh
+0
-11
startL.sh
startL.sh
+0
-19
No files found.
MprjLauncher.exe
0 → 100644
View file @
4d3716a8
File added
setEnv.sh
deleted
100755 → 0
View file @
bc20cabd
cp natives/icudtl.dat jre/bin/
cp natives/natives_blob.bin jre/bin/
cp natives/snapshot_blob.bin jre/bin/
#sudo cp natives/icudtl.dat /usr/lib/jvm/java-8-oracle/bin/
#sudo cp natives/natives_blob.bin /usr/lib/jvm/java-8-oracle/bin/
#sudo cp natives/snapshot_blob.bin /usr/lib/jvm/java-8-oracle/bin/
#sudo cp natives/icudtl.dat /usr/lib/jvm/java-8-oracle/jre/bin/
#sudo cp natives/natives_blob.bin /usr/lib/jvm/java-8-oracle/jre/bin/
#sudo cp natives/snapshot_blob.bin /usr/lib/jvm/java-8-oracle/jre/bin/
startL.sh
deleted
100755 → 0
View file @
bc20cabd
#!/bin/bash
cd
app
FILE
=
"WebDesktop.jar"
if
[
-f
"../
$FILE
"
]
;
then
file1_md5
=
$(
md5sum
"
${
FILE
}
"
)
file2_md5
=
$(
md5sum
"../
${
FILE
}
"
)
if
[
!
"
${
file1_md5
}
"
==
"
${
file2_md5
}
"
]
;
then
\c
p
$FILE
../
fi
else
cp
$FILE
../
fi
cd
..
jre/bin/java
-jar
WebDesktop.jar
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment