Browse Source

feat(example) bundle the icon properly on build

Lucas Nogueira 5 years ago
parent
commit
037665247f

BIN
tauri/examples/communication/dist/icon.png


+ 1 - 1
tauri/examples/communication/dist/index.html

@@ -29,7 +29,7 @@
       <a class="logo-link" target="_blank" href="https://github.com/tauri-apps/tauri">
         <h3>GitHub Repository</h3>
       </a>
-      <img src="../src-tauri/icons/icon.png" class="logo">
+      <img src="icon.png" class="logo">
     </div>
     <div>
       <button id="log">Call Log API</button>