mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
fix: remove unnecessary frontend dist copy from build script
- Frontend is embedded in the binary since v4.3.0 - No need to copy dist files to release archives - Reduces archive size
This commit is contained in:
+1
-2
@@ -99,8 +99,7 @@ done
|
||||
cp "$BUILD_DIR/pulse-linux-amd64" "$universal_staging/bin/pulse"
|
||||
chmod +x "$universal_staging/bin/pulse"
|
||||
|
||||
# Copy common files
|
||||
cp -r frontend-modern/dist "$universal_staging/bin/frontend-modern/"
|
||||
# Copy common files (frontend is now embedded, no need to copy dist)
|
||||
cp README.md LICENSE install.sh "$universal_staging/" 2>/dev/null || true
|
||||
echo "$VERSION" > "$universal_staging/VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user