Skip to content

Commit

Permalink
change spelling from 'dedatai' to 'dedetai'
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Oct 21, 2024
1 parent 42fc29b commit 92ae9c1
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run shell tasks
run: |
echo "DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
find -name oudedatai -type f -exec chmod +x {} \;
find -name oudedetai -type f -exec chmod +x {} \;
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
- name: Build with pyinstaller
id: pyinstaller
run: |
pyinstaller ou_dedatai.spec --clean
echo "bin_name=oudedatai" >> $GITHUB_OUTPUT
pyinstaller ou_dedetai.spec --clean
echo "bin_name=oudedetai" >> $GITHUB_OUTPUT
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: oudedatai
path: dist/oudedatai
name: oudedetai
path: dist/oudedetai
compression-level: 0
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: download
uses: actions/download-artifact@v4
with:
name: oudedatai
name: oudedetai
- name: release
uses: softprops/action-gh-release@v1
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: ${{ needs.build.outputs.bin_name }}
- name: Fix file permissions
run: |
find -name oudedatai -type f
find -name oudedatai -type f -exec chmod +x {} \;
find -name oudedetai -type f
find -name oudedetai -type f -exec chmod +x {} \;
- name: Upload release to test repo
uses: softprops/action-gh-release@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:focal
# Prevent popups during install of requirements
ENV DEBIAN_FRONTEND=noninteractive

# Ou Dedatai Requirements
# App Requirements
RUN apt update -qq && apt install -y -qq git build-essential gdb lcov pkg-config \
libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
Expand All @@ -28,4 +28,4 @@ RUN pyenv install --verbose ${PYTHON_VERSION}
RUN pyenv global ${PYTHON_VERSION}

WORKDIR /usr/src/app
ENTRYPOINT ["sh", "-c", "pip install --no-cache-dir .[build] && pyinstaller ou_dedatai.spec"]
ENTRYPOINT ["sh", "-c", "pip install --no-cache-dir .[build] && pyinstaller ou_dedetai.spec"]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f730f74748c348cb9b3ff2fa1654c84b)](https://app.codacy.com/manual/FaithLife-Community/LogosLinuxInstaller?utm_source=github.com&utm_medium=referral&utm_content=FaithLife-Community/LogosLinuxInstaller&utm_campaign=Badge_Grade_Dashboard)
[![Automation testing](https://img.shields.io/badge/Automation-testing-sucess)](https://github.com/FaithLife-Community/LogosLinuxInstallTests) [![Installer LogosBible](https://img.shields.io/badge/Installer-LogosBible-blue)](https://www.logos.com) [![LastRelease](https://img.shields.io/github/v/release/FaithLife-Community/LogosLinuxInstaller)](https://github.com/FaithLife-Community/LogosLinuxInstaller/releases)

# Ou Dedatai
# Ou Dedetai

>Remember Jesus Christ, risen from the dead, the offspring of David, as preached in my gospel, for which I am suffering, bound with chains as a criminal. **But the word of God is not bound!**
ἀλλʼ **ὁ λόγος** τοῦ θεοῦ **οὐ δέδεται**
Expand Down Expand Up @@ -129,11 +129,11 @@ $ cd LogosLinuxInstaller
# docker run --rm -v $(pwd):/usr/src/app logosinstaller
```

The built binary will now be in `./dist/oudedatai`.
The built binary will now be in `./dist/oudedetai`.

## Install guide (possibly outdated)

NOTE: You can run **Ou Dedatai** using the Steam Proton Experimental binary, which often has the latest and greatest updates to make Logos run even smoother. The script should be able to find the binary automatically, unless your Steam install is located outside of your HOME directory.
NOTE: You can run **Ou Dedetai** using the Steam Proton Experimental binary, which often has the latest and greatest updates to make Logos run even smoother. The script should be able to find the binary automatically, unless your Steam install is located outside of your HOME directory.

If you want to install your distro's dependencies outside of the script, please see the [System Dependencies wiki page](https://github.com/FaithLife-Community/LogosLinuxInstaller/wiki/System-Dependencies).

6 changes: 3 additions & 3 deletions ou_dedatai/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


# Define app name variables.
name_app = 'Ou Dedatai'
name_binary = 'oudedatai'
name_package = 'ou_dedatai'
name_app = 'Ou Dedetai'
name_binary = 'oudedetai'
name_package = 'ou_dedetai'
repo_link = "https://github.com/FaithLife-Community/LogosLinuxInstaller"

# Define and set variables that are required in the config file.
Expand Down
4 changes: 2 additions & 2 deletions ou_dedatai.spec → ou_dedetai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
#binaries=[('/usr/bin/tclsh8.6', '.')],
binaries=[],
datas=[('ou_dedatai/img/*-128-icon.png', 'img')],
datas=[('ou_dedetai/img/*-128-icon.png', 'img')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand All @@ -22,7 +22,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='oudedatai',
name='oudedetai',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ dependencies = [
# "tkinter", # actually provided by a system package, not a python package
# "urllib3",
]
name = "ou_dedatai"
name = "ou_dedetai"
dynamic = ["readme", "version"]
requires-python = ">=3.12"

[project.optional-dependencies]
build = ["pyinstaller"]

[project.scripts]
oudedatai = "ou_dedatai.main:main"
oudedetai = "ou_dedetai.main:main"

[tool.setuptools.dynamic]
readme = {file = ["README.md"], content-type = "text/plain"}
version = {attr = "ou_dedatai.config.LLI_CURRENT_VERSION"}
version = {attr = "ou_dedetai.config.LLI_CURRENT_VERSION"}

[tool.setuptools.packages.find]
where = ["."]

[tool.setuptools.package-data]
"ou_dedatai.img" = ["*icon.png"]
"ou_dedetai.img" = ["*icon.png"]
2 changes: 1 addition & 1 deletion scripts/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ! which pyinstaller >/dev/null 2>&1; then
echo "Error: Need to install pyinstaller; e.g. 'pip3 install pyinstaller'"
exit 1
fi
python3 -m PyInstaller --clean "${repo_root}/ou_dedatai.spec"
python3 -m PyInstaller --clean "${repo_root}/ou_dedetai.spec"
4 changes: 2 additions & 2 deletions scripts/run_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
import re
import sys
from oudedatai.main import main
import ou_dedetai
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
sys.exit(ou_dedetai.main())

0 comments on commit 92ae9c1

Please sign in to comment.