Skip to content

Commit 0504496

Browse files
committed
Set code links to master until release
1 parent d2b617a commit 0504496

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

.defignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/dist
1+
/dist
2+
/.deployer_cache

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ deployer_version_settings.txt
1414
.deployer_cache
1515
bob*.jar
1616
manifest.private.der
17-
manifest.public.der
17+
manifest.public.der
18+
/.deployer_cache
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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}
1+
{"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}

docs/druid/archive/game0.arcd

0 Bytes
Binary file not shown.

docs/druid/archive/game0.arci

0 Bytes
Binary file not shown.

docs/druid/archive/game0.dmanifest

0 Bytes
Binary file not shown.

docs/druid/archive/game0.projectc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ compress_archive = 1
66
publisher = Insality
77
developer = Maksim Tuprikov
88
custom_resources = /example/locales
9-
commit_sha = 13fb109ef09e1590fc14a96c2c4d2c900fb517cc
10-
build_date = 2024-10-19T08:21:03Z
9+
commit_sha = d2b617a14f3dbf97c050607e5dc8506ffb935f35
1110
title_as_file_name = druid
1211

1312
[display]
@@ -130,7 +129,7 @@ default_language = en
130129
localizations = en
131130

132131
[android]
133-
version_code = 817
132+
version_code = 926
134133
minimum_sdk_version = 19
135134
target_sdk_version = 34
136135
package = com.insality.druid

docs/druid/archive/game1.arcd

-291 Bytes
Binary file not shown.

example/druid.gui_script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ local function setup_components(self)
118118
return
119119
end
120120

121-
local url_prefix = "https://github.com/Insality/druid/blob/develop/"
121+
local url_prefix = "https://github.com/Insality/druid/blob/master/"
122122
sys.open_url(url_prefix .. code_url, { target = "_blank" })
123123
end)
124124
end
@@ -211,4 +211,4 @@ end
211211
---@param action action
212212
function on_input(self, action_id, action)
213213
return self.druid:on_input(action_id, action)
214-
end
214+
end

0 commit comments

Comments
 (0)