mirror of
https://github.com/Insality/druid.git
synced 2025-06-26 18:07:45 +02:00
Set code links to master until release
This commit is contained in:
parent
d2b617a14f
commit
0504496975
@ -1 +1,2 @@
|
||||
/dist
|
||||
/dist
|
||||
/.deployer_cache
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,4 +14,5 @@ deployer_version_settings.txt
|
||||
.deployer_cache
|
||||
bob*.jar
|
||||
manifest.private.der
|
||||
manifest.public.der
|
||||
manifest.public.der
|
||||
/.deployer_cache
|
||||
|
@ -1 +1 @@
|
||||
{"content":[{"name":"game.projectc","size":4489,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":12368,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":3557359,"pieces":[{"name":"game0.arcd","offset":0},{"name":"game1.arcd","offset":2097152}]},{"name":"game.dmanifest","size":13892,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":3588270}
|
||||
{"content":[{"name":"game.projectc","size":4455,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":12368,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":3557068,"pieces":[{"name":"game0.arcd","offset":0},{"name":"game1.arcd","offset":2097152}]},{"name":"game.dmanifest","size":13892,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":3587945}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,8 +6,7 @@ compress_archive = 1
|
||||
publisher = Insality
|
||||
developer = Maksim Tuprikov
|
||||
custom_resources = /example/locales
|
||||
commit_sha = 13fb109ef09e1590fc14a96c2c4d2c900fb517cc
|
||||
build_date = 2024-10-19T08:21:03Z
|
||||
commit_sha = d2b617a14f3dbf97c050607e5dc8506ffb935f35
|
||||
title_as_file_name = druid
|
||||
|
||||
[display]
|
||||
@ -130,7 +129,7 @@ default_language = en
|
||||
localizations = en
|
||||
|
||||
[android]
|
||||
version_code = 817
|
||||
version_code = 926
|
||||
minimum_sdk_version = 19
|
||||
target_sdk_version = 34
|
||||
package = com.insality.druid
|
||||
|
Binary file not shown.
@ -118,7 +118,7 @@ local function setup_components(self)
|
||||
return
|
||||
end
|
||||
|
||||
local url_prefix = "https://github.com/Insality/druid/blob/develop/"
|
||||
local url_prefix = "https://github.com/Insality/druid/blob/master/"
|
||||
sys.open_url(url_prefix .. code_url, { target = "_blank" })
|
||||
end)
|
||||
end
|
||||
@ -211,4 +211,4 @@ end
|
||||
---@param action action
|
||||
function on_input(self, action_id, action)
|
||||
return self.druid:on_input(action_id, action)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user