Skip to content

Commit

Permalink
hotfix: fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
erdzan12 committed Jun 29, 2021
1 parent 3def783 commit 48084aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webconnector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ sourceSets {
// Replace las2peer version placeholder in node frontend statusbar title
import org.apache.tools.ant.filters.ReplaceTokens
processResources {
dependsOn ":webconnector:buildFrontend"
from (sourceSets.main.resources) {
include "webapp/src/node-frontend.js"
filter(ReplaceTokens, tokens: [LAS2PEER_VERSION : "$las2peerVersion".toString()])
Expand Down
2 changes: 1 addition & 1 deletion webconnector/resources/webapp

0 comments on commit 48084aa

Please sign in to comment.