more name changes

This commit is contained in:
cmclark00 2024-10-13 20:53:32 -04:00
parent 6760ba778f
commit db97aa68ac
4 changed files with 6 additions and 52 deletions

View file

@ -1,46 +0,0 @@
name: Windows x64 Build
on:
push:
branches:
- boogaloo
pull_request:
branches:
- boogaloo
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.3'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
- name: Install CMake
run: |
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
- name: Install Visual Studio Build Tools
run: |
choco install visualstudio2019buildtools --version=16.11.9 --yes
choco install visualstudio2019-workload-vctools --yes
- name: Configure CMake
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake -S src -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
- name: Build the project
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake --build build --config Release

View file

@ -1,8 +1,8 @@
version: 1
project:
name: org.raspberrypi.rpi-imager
version: 1.9.2
name: org.coreymclark.retro-imager
version: 0.3.0
build:
cmake:

View file

@ -494,7 +494,7 @@ else()
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
install(FILES "${CMAKE_CURRENT_LIST_DIR}/../debian/rpi-imager.png" DESTINATION share/icons/hicolor/128x128/apps)
install(FILES "linux/org.raspberrypi.rpi-imager.desktop" DESTINATION share/applications)
install(FILES "linux/org.coreymclark.retro-imager.desktop" DESTINATION share/applications)
install(FILES "${CMAKE_CURRENT_LIST_DIR}/../debian/rpi-imager.metainfo.xml" DESTINATION share/metainfo)
endif()

View file

@ -1,11 +1,11 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Raspberry Pi Imager
Name=Retro Imager
Name[zh_CN]=
Comment=Raspberry Pi Imager
Comment=Retro Imager
Comment[zh_CN]=
Icon=rpi-imager
Exec=rpi-imager %F
Exec=retro-imager %F
Categories=Utility
StartupNotify=false