- Fix few SonarQube issues.

- Cleanup NW.js related stuff.
This commit is contained in:
Aditya Toshniwal
2024-07-02 10:34:30 +05:30
committed by GitHub
parent 3bb9f0ba8c
commit f8fa1cf6d6
23 changed files with 785 additions and 634 deletions

View File

@@ -153,8 +153,6 @@ _build_runtime() {
# Copy electron into the staging directory
mkdir -p "${DESKTOPROOT}/usr/${APP_NAME}/bin"
# The chmod command below is needed to fix the permission issue of
# the NWjs binaries and files.
# Change the permission for others and group the same as the owner
chmod -R og=u "${BUILDROOT}/electron-v${ELECTRON_VERSION}-linux-${ELECTRON_ARCH}"/*
# Explicitly remove write permissions for others and group