Skip to content

Commit

Permalink
fix: fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zuccha committed Jul 20, 2023
1 parent 61db1ee commit b2e177b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SET DIRPATH_INSTALLER=".\rom-hack-manager_%VERSION%_win_installer"
SET APPNAME_BUNDLE="ROM Hack Manager.exe"
SET DIRPATH_BUNDLE=".\rom-hack-manager_%VERSION%_win"

npm run tauri build
call npm run tauri build

if NOT EXIST .\releases MKDIR .\releases
cd .\releases
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERSION=$(cat src-tauri/tauri.conf.json | jq -r '.package.version')
APPNAME="ROM Hack Manager.app"
DIRPATH="./rom-hack-manager_${VERSION}_macos"

npm run tauri builds
npm run tauri build

cd "./releases"

Expand Down
4 changes: 2 additions & 2 deletions src/windows/main/PanelAbout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ function PanelAbout() {
/>
<Website
href="https://www.smwcentral.net/?p=section&s=smwhacks"
label="Super Mario World Hacks"
label="Super Mario World hacks"
/>
<Website
href="https://www.smwcentral.net/?p=section&s=yihacks"
label="Yoshi Island Hacks"
label="Yoshi Island hacks"
/>
</Flex>
</Section>
Expand Down

0 comments on commit b2e177b

Please sign in to comment.