use libapp.dll as the dll name

This commit is contained in:
Folkert 2022-10-23 20:18:09 +02:00
parent ca90b00588
commit 28665abc96
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
use object::pe;
use object::LittleEndian as LE;
pub(crate) const APP_DLL: &str = "roc-cheaty-lib.dll";
pub(crate) const APP_DLL: &str = "libapp.dll";
fn synthetic_image_export_directory(
name: &str,