Skip to content

Commit

Permalink
Removed start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arne-fuchs committed May 2, 2024
1 parent 0d29a7a commit 59cb21b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion create-linux-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cp -r graphics "$folder_name"/
cp settings-example.json "$folder_name"/settings-example.json
cp settings-example.json "$folder_name"/settings.json
cp materials.json "$folder_name"/materials.json
cp start.sh "$folder_name"/A
cp target/release/edcas-client "$folder_name"/

echo "Compressing files"
Expand Down
1 change: 0 additions & 1 deletion create-windows-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ copy settings-example.json "%folder_name%\settings-example.json"
copy settings-example.json "%folder_name%\settings.json"
copy materials.json "%folder_name%\materials.json"
copy graphics "%folder_name%\"
copy start.bat "%folder_name%\"
copy target\release\edcas-client.exe "%folder_name%\"

rem Create ZIP archive
Expand Down

0 comments on commit 59cb21b

Please sign in to comment.