فهرست منبع

fix(snap): replace substitution since not in bash [skip ci]

Baptiste Augrain 2 سال پیش
والد
کامیت
778e36d118
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      stores/snapcraft/insider/snap/snapcraft.yaml

+ 1 - 1
stores/snapcraft/insider/snap/snapcraft.yaml

@@ -27,7 +27,7 @@ parts:
       rm -f latest.json
       rm -f "${SNAPCRAFT_PART_INSTALL}/${DEB}"
       # Set version
-      snapcraftctl set-version "${VERSION/\-insider/}"
+      snapcraftctl set-version "$(echo "${VERSION}" | sed 's|\-insider||')"
       # Correct path to icon.
       sed -i 's|Icon=vscodium-insiders|Icon=${SNAP}/usr/share/pixmaps/vscodium-insiders.png|g' ${SNAPCRAFT_PART_INSTALL}/usr/share/applications/codium-insiders.desktop
       sed -i 's|Exec=/usr/share/codium-insiders/codium-insiders|Exec=codium-insiders|g' ${SNAPCRAFT_PART_INSTALL}/usr/share/applications/codium-insiders.desktop