Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cesium-desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clients
Cesium-grp
cesium-desktop
Commits
575ae2be
Commit
575ae2be
authored
Jul 17, 2020
by
Benoit Lavenier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes
parent
55656ee2
Pipeline
#9458
failed
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
arch/windows/splash.html
arch/windows/splash.html
+2
-2
release.sh
release.sh
+10
-1
No files found.
arch/windows/splash.html
View file @
575ae2be
...
...
@@ -19,8 +19,8 @@
<script
src=
"cesium-desktop.js"
></script>
<!-- Preload JS files here
-->
<!-- Preload JS files here
<script src="cesium/dist_js/cesium.js" async></script>
<script
src=
"cesium/dist_js/vendor.js"
async
></script>
<script src="cesium/dist_js/vendor.js" async></script>
-->
</body>
</html>
release.sh
View file @
575ae2be
...
...
@@ -30,7 +30,16 @@ if [[ -z $TAG ]]; then
exit
1
fi
# Force nodejs version to 6
# Override with a local file, if any
if
[[
-f
"
${
ROOT
}
/.local/env.sh"
]]
;
then
echo
"Loading environment variables from: '.local/env.sh'"
source
${
ROOT
}
/.local/env.sh
[[
$?
-ne
0
]]
&&
exit
1
else
echo
"No file '
${
ROOT
}
/.local/env.sh' found. Will use defaults"
fi
# Force nodejs version
if
[[
-d
"
${
NVM_DIR
}
"
]]
;
then
.
${
NVM_DIR
}
/nvm.sh
nvm use
${
NODEJS_VERSION
}
...
...
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