Skip to content

Commit

Permalink
bug: fixed missing entry about version file
Browse files Browse the repository at this point in the history
Added a missing version file entry to the `build.modules` list
in the rockspec file. Now, when installing the module via rockspec,
the http/version.lua file is copied to the installation location.

Closes #185
  • Loading branch information
GRISHNOV authored and 0x501D committed Mar 14, 2023
1 parent 7c368d1 commit e7f263d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http-scm-1.rockspec
Expand Up @@ -28,6 +28,7 @@ build = {
}
},
['http.server'] = 'http/server.lua',
['http.version'] = 'http/version.lua',
['http.mime_types'] = 'http/mime_types.lua',
['http.codes'] = 'http/codes.lua',
}
Expand Down

0 comments on commit e7f263d

Please sign in to comment.