Skip to content

Commit

Permalink
Re-point bug report url to the community section.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Oct 18, 2024
1 parent 9601d88 commit 6cae524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/steamfork/presets/minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf"
export HOME_URL="https://www.steamfork.org"
export DOCUMENTATION_URL="https://wiki.steamfork.org"
export SUPPORT_URL="${HOME_URL}"
export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker"
export BUG_REPORT_URL="https://github.com/SteamFork#community"

echo -e ${RELEASE_TAG} > /tmp/builder-releasetag
echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver
Expand Down
2 changes: 1 addition & 1 deletion rootfs/steamfork/presets/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf"
export HOME_URL="https://www.steamfork.org"
export DOCUMENTATION_URL="https://wiki.steamfork.org"
export SUPPORT_URL="${HOME_URL}"
export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker"
export BUG_REPORT_URL="https://github.com/SteamFork#community"
echo -e ${RELEASE_TAG} > /tmp/builder-releasetag
echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver
export BUILDVER=$(cat /tmp/build_temp_ver)
Expand Down

0 comments on commit 6cae524

Please sign in to comment.