Skip to content

Commit

Permalink
feat(webclient): v1.3.5 -> v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Dec 24, 2024
1 parent 4468894 commit ce063bd
Show file tree
Hide file tree
Showing 4 changed files with 43,624 additions and 43,430 deletions.
4 changes: 2 additions & 2 deletions resources/web2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<title>RustDesk</title>
<script src="/webclient-config/index.js"></script>
<link rel="manifest" href="manifest.json" />
<script type="module" crossorigin src="js/dist/index.js?v=893935a2"></script>
<script type="module" crossorigin src="js/dist/index.js?v=1bbc8b94"></script>
<link rel="modulepreload" href="js/dist/vendor.js?v=0b990c6e" />
<style>
html,
Expand Down Expand Up @@ -259,7 +259,7 @@
}
scriptLoaded = true;
var scriptTag = document.createElement("script");
scriptTag.src = "main.dart.js?v=df360f45";
scriptTag.src = "main.dart.js?v=f6f842b3";
scriptTag.type = "application/javascript";
document.body.append(scriptTag);
}
Expand Down
Loading

0 comments on commit ce063bd

Please sign in to comment.