mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
more name changes
This commit is contained in:
parent
6760ba778f
commit
db97aa68ac
4 changed files with 6 additions and 52 deletions
46
.github/workflows/windows-build.yml
vendored
46
.github/workflows/windows-build.yml
vendored
|
@ -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
|
|
@ -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:
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue