From 098779b9c8712fe3b8f14a02cf0ff712385e21d5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 13 Mar 2018 20:02:17 -0700 Subject: [PATCH] Make x platform --- scripts/bust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bust.sh b/scripts/bust.sh index d00a5829..92f956c7 100755 --- a/scripts/bust.sh +++ b/scripts/bust.sh @@ -1,3 +1,3 @@ #!/bin/bash - APP_PATH=`find built | grep "winamp-.*.js$"` -sed -i .bk "s#built\/winamp.js#$APP_PATH#" index.html +sed -i.bk "s#built\/winamp.js#$APP_PATH#" index.html