Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Dec 17, 2023
1 parent 7aa68b1 commit 5c73af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
mkdir -p build/linux_release
cp build/bspguy build/linux_release/
cp cfg/* build/linux_release/
cp -r cfg/. build/linux_release/
cd build && zip -r newbspguy_ubuntu_release.zip linux_release/
- name: Publish nightly binaries for linux
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion cfg/language_ru.ini
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ LANG_0879 = Продвинутые установки
LANG_0880 = [ВРАЩЕНИЕ] (WIP)
LANG_0881 = ##rotateX
LANG_0882 = ##rotateY
LANG_0883 = Замок вращения
LANG_0883 = Блокировка
LANG_0884 = Стили фейсов
LANG_0885 = Экспертные установки
LANG_0886 = [ВЕРШИНЫ] (WIP)
Expand Down

0 comments on commit 5c73af3

Please sign in to comment.