Skip to content

Commit

Permalink
Add update.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rapperskull committed May 18, 2023
1 parent c327f3b commit 0fb9772
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project(RealmeGPSL5Enabler
VERSION "0.0.1"
DESCRIPTION "Enable L5/E5a/B2a GPS bands on realme devices."
HOMEPAGE_URL "https://github.com/rapperskull/realme_gps_l5_enabler/"
LANGUAGES C
)

Expand All @@ -26,6 +27,7 @@ target_link_libraries(gnss_patcher nvbk)
if(ANDROID)
set(MAGISK_LONG_NAME "realme GPS L5 Enabler")
set(MAGISK_VERSION_CODE 1)
set(MAGISK_UPDATE_JSON "https://raw.githubusercontent.com/rapperskull/realme_gps_l5_enabler/master/update.json")

set(MAGISK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/magisk/)
set(MAGISK_FILES
Expand Down
1 change: 1 addition & 0 deletions module.prop.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ version=@PROJECT_VERSION@
versionCode=@MAGISK_VERSION_CODE@
author=Rapper_skull
description=@PROJECT_DESCRIPTION@
updateJson=@MAGISK_UPDATE_JSON@
6 changes: 6 additions & 0 deletions update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "0.0.1",
"versionCode": "1",
"zipUrl": "",
"changelog": "https://raw.githubusercontent.com/rapperskull/realme_gps_l5_enabler/master/README.md"
}

0 comments on commit 0fb9772

Please sign in to comment.