Skip to content

Commit a6e230d

Browse files
authored
Update constants.ts
1 parent 2ed80c4 commit a6e230d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source-code/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
// Note: Converted github blob links to raw links to ensure they load correctly in the app
1+
export const APP_VERSION = "0.2";
22
export const RELEASE_INFO_URL = 'https://raw.githubusercontent.com/HackerOS-Linux-System/HackerOS-App/main/release-info.hacker';
3+
// Using raw.githubusercontent to get the plain text content of the version file
4+
export const VERSION_CHECK_URL = 'https://raw.githubusercontent.com/HackerOS-Linux-System/HackerOS-App/main/version.hacker';
5+
export const GALLERY_API_URL = 'https://api.github.com/repos/HackerOS-Linux-System/HackerOS-App/contents/gallery';
36

47
export const WALLPAPERS = [
58
{

0 commit comments

Comments
 (0)